Loading Tool

Explorer IconExplorer

Memory Pool

47,076 transactions
27.90 vMB
0.12921551 BTC
Random Selection Loading Transactions
Max Size: 146.38/200 MB

Candidate Block

Mining Attempt 0828bbf48dbb9296f61904a774849314cd5e8f1ac62f64f95a78b4e26ac30f4f
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (225,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,823 689,823 000000000000000000007ea66d950d6a2a47994ddef2458c3df36bd0b4c415c5 569 0.30/1.00 vMB 67
689,822 689,822 00000000000000000008e71046b54a1c79968940eadce51b481d7248350fc448 1,560 0.90/1.00 vMB 38
689,821 689,821 0000000000000000000b8c7d5aaf6aaebe246a6efb96c1a0b2d6a0ec6243f5b3 1,320 0.54/1.00 vMB 6
689,820 689,820 0000000000000000000949816de0cc005e5ed5d374092a180dbde349aa354b21 1,897 1.00/1.00 vMB 54
689,819 689,819 0000000000000000000d1df3442ec261e0403c4b90e115cf1fb3077ad3fe6083 1,931 1.00/1.00 vMB 88
689,818 689,818 00000000000000000009f2fc8d85e7dac46cf072cad423d3692e8357c0ad9b3c 122 0.07/1.00 vMB 40
689,817 689,817 00000000000000000003d1ae8d4ea4295413443e77e11c7de06c8e323a5e77a7 234 0.07/1.00 vMB 58
689,816 689,816 00000000000000000004b76eff7b691d3d3ee3d5a094c39ff7114035a880af8c 2,444 0.96/1.00 vMB 33
689,815 689,815 0000000000000000000118d30471e22033ade08e5aaec9f25a7948ced5c914fe 2,431 1.00/1.00 vMB 16
689,814 689,814 00000000000000000010d0919944b3eefcd5677d04cec37a759936e1b9d870b8 1,639 1.00/1.00 vMB 35
689,813 689,813 00000000000000000002c92e5b005955105e3c0d360376e461f60824f8043fbd 1,700 1.00/1.00 vMB 22
689,812 689,812 0000000000000000001074c9be4cf006ee37274ae26954241dec06dc0c2153e7 2,220 1.00/1.00 vMB 6
689,811 689,811 000000000000000000136348331b3a4dc6d2d481e607199fb1ec383d12b05681 2,378 1.00/1.00 vMB 31
689,810 689,810 0000000000000000000fa5db4141261419ceace9b6dbc257ee16e22a511153f4 2,788 1.00/1.00 vMB 33
689,809 689,809 000000000000000000126a89c90627f6a36124dc124d7cf9773a6f6177f761ca 1,457 1.00/1.00 vMB 10
689,808 689,808 0000000000000000000ea9e45f34cc751fed9bc8dd59ba642dc9dbbef94c4d39 2,932 1.00/1.00 vMB 38
689,807 689,807 0000000000000000000e0bbdaa58b7bd380e9e5b275ed91ac836a726d5d76393 2,526 1.00/1.00 vMB 40
689,806 689,806 0000000000000000000e174ea86324a671281c5f23c49503707f11b76070105d 1,219 1.00/1.00 vMB 33
689,805 689,805 0000000000000000000fa1ba63befe90d624ebc5b36de63eeefd06e7c4665a78 323 1.00/1.00 vMB 17
689,804 689,804 00000000000000000012e591880be48b5a31c74587fdefe01faf1731a7049576 461 1.00/1.00 vMB 21
689,803 689,803 000000000000000000066e5f7ec5e0e89b4d8fcab9a54d0c37aaa0214a4876e3 235 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.51 GB
    • Received: 13.91 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.