Loading Tool

Explorer IconExplorer

Memory Pool

34,857 transactions
26.54 vMB
0.05611271 BTC
Random Selection Loading Transactions
Max Size: 133.71/200 MB

Candidate Block

Mining Attempt 6836d3c33f2d89a5afc27839b1a16fedc174f6854425b522add67f25828d83df
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root b86ff7ffc54423ab3dabcdf618594b3a3ef3981a8c0d4743f8abdea04b80985a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,757
Size: 1.00 vMB
Total Fees: 0.00671859 BTC
Feerates: 61.00 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (431,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,415 483,415 0000000000000000000edd150f6d71eb7be1cc9cadeb678d3c13b0453d70e616 69 1.00/1.00 vMB 72
483,414 483,414 000000000000000000ef2e35ee37c9149ae6b996070c15c45cb1681db767f16f 614 1.00/1.00 vMB 133
483,413 483,413 00000000000000000076ae70d13a3fdbee34a4f8160dda0d2a85b00b84cd9138 274 1.00/1.00 vMB 71
483,412 483,412 00000000000000000112b359d1035cb865ec92fda6c0cc267cff4b7c44dbaf2d 390 1.00/1.00 vMB 106
483,411 483,411 000000000000000000fefca46aa9931138f878a4456ad12dc589916472d8926c 1,057 1.00/1.00 vMB 140
483,410 483,410 0000000000000000011b39cabc0e1d0ab3d7fd5dc1471592fc226ec83fee0dfa 1,262 1.00/1.00 vMB 173
483,409 483,409 0000000000000000004806e039367116a3f09555fdf7c0f5181ee9046330cc2f 280 1.00/1.00 vMB 85
483,408 483,408 0000000000000000013011414551fb6fdc93e7f298716ab8011b3cbdeed039e9 149 1.00/1.00 vMB 81
483,407 483,407 00000000000000000046a2f13ed2df65b56b44d740fb300e70bf8e4d40edc696 753 1.00/1.00 vMB 142
483,406 483,406 000000000000000000db83aa0feeb5ec5ff56baa1363e0c893007d5aa54aafd5 222 1.00/1.00 vMB 93
483,405 483,405 0000000000000000005b3175a4346681d792a4b9f8576855bf6c9dfac9a5a2f1 1,571 1.00/1.00 vMB 232
483,404 483,404 000000000000000000136275859b1af2b58d9d45e64b87eaeb1bade2170827a5 343 1.00/1.00 vMB 86
483,403 483,403 0000000000000000002b5c4bb2a28646978f8e98f9707f894ecff12c6a6e23e2 2,019 1.00/1.00 vMB 314
483,402 483,402 000000000000000001339c3fcc4ed52d2b8ac4a6d0a304b9da615ae6b86b0688 1,412 1.00/1.00 vMB 102
483,401 483,401 0000000000000000002ff095adc66c0851f9df05a0e4f955b98880be799d8f0d 1,683 1.00/1.00 vMB 245
483,400 483,400 00000000000000000042c9ffa874616b7cb5d00c5bb25def903b0a16159c363a 1,932 0.82/1.00 vMB 183
483,399 483,399 000000000000000000ecd0992853cce9af37b0611a47b002ef72140170162887 565 0.38/1.00 vMB 149
483,398 483,398 0000000000000000005b068b64f962b86fb7c58f25137d218adaf94ecec8f211 571 0.22/1.00 vMB 218
483,397 483,397 000000000000000001195fe12c9db0b0b45a6d2d3c62821dfe13b7aa5d972549 947 0.67/1.00 vMB 164
483,396 483,396 0000000000000000005e4d2e776a2a31350169acee04fcad662e86331ef45d1b 1,032 0.75/1.00 vMB 50
483,395 483,395 0000000000000000010ce6f98c719847f7cfb0c07764ccb68c68dee3ef3d8e82 1,485 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.