Loading Tool

Explorer IconExplorer

Memory Pool

51,148 transactions
29.06 vMB
0.07917318 BTC
Random Selection Loading Transactions
Max Size: 155.52/200 MB

Candidate Block

Mining Attempt 0e3083738eba82fd652a018b9198b23a21785ee18fefaa68e24813c08ac89a4e
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 983cd7bf2bb4a335f8660e2f1488680a5c7a5386a5633d9d7fc80b5c153b44dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 1.00 vMB
Total Fees: 0.01371272 BTC
Feerates: 40.21 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (67,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,417 847,417 000000000000000000033861abab95bf083750e07d7d7f4f4cc3f525dbca11c9 3,561 1.00/1.00 vMB 42
847,416 847,416 0000000000000000000348ddeb5c714ed9389e7f2ee717ab18b8b7cc6b6d47f9 3,068 1.00/1.00 vMB 66
847,415 847,415 00000000000000000002d7f0cd734a3a02d3c1c07dfe09c6686f84530e741310 5,998 1.00/1.00 vMB 31
847,414 847,414 0000000000000000000147930db588a9cd675ed4dc305d75509e4787e8788597 6,221 1.00/1.00 vMB 29
847,413 847,413 000000000000000000003bcf57182a87f1da5a65303ae2e1a7a1e5ff26ca5869 5,593 1.00/1.00 vMB 32
847,412 847,412 0000000000000000000090d5be95d20126e883b60767f7ef607d8d3ab8ffcdf4 4,834 1.00/1.00 vMB 42
847,411 847,411 00000000000000000000a809ae2eaf4ca1614a73e49da46b4f85256ee97c681e 5,848 1.00/1.00 vMB 28
847,410 847,410 00000000000000000001dcefafc417d6a6cb100e8d3544be3861f90acb3790a2 6,097 1.00/1.00 vMB 37
847,409 847,409 00000000000000000002784ef1283bd99890ecfd6f612db738f570bf9bd06844 5,025 1.00/1.00 vMB 30
847,408 847,408 000000000000000000033a12ac6dd47ad0eabf0f579c3081574b257a9439b153 6,687 1.00/1.00 vMB 33
847,407 847,407 00000000000000000001e0022c4809b7f031afce47ff45d16c38f7a14699cba7 4,975 1.00/1.00 vMB 32
847,406 847,406 00000000000000000002e0fc67641aaa7ee78c902e368aeb4e44121a52b7ca45 3,332 1.00/1.00 vMB 61
847,405 847,405 000000000000000000023e7aa4a0cf6fe61e4c72dc777ae37f2acd8136b6e3da 6,067 1.00/1.00 vMB 31
847,404 847,404 000000000000000000017e29a0163a71a910dbb9f89cff1c3f26de0220a7afe3 6,051 1.00/1.00 vMB 34
847,403 847,403 0000000000000000000222fb2758023d508ef831330f78ed51b09c6905f5891a 4,033 1.00/1.00 vMB 53
847,402 847,402 0000000000000000000050f90d2db59026569e02fa5f25255f5cbcfb8f314575 4,338 1.00/1.00 vMB 38
847,401 847,401 00000000000000000000fab190130f739c7250e07157a6be81089dd3c17c4872 3,162 1.00/1.00 vMB 31
847,400 847,400 0000000000000000000246c54372159a0454fdc3d3e569f83d05eacda22298c3 2,589 1.00/1.00 vMB 49
847,399 847,399 0000000000000000000039600a10036d5611f28e488c0c93a17cabd0e9ce2d7c 3,653 1.00/1.00 vMB 39
847,398 847,398 000000000000000000015792c35d0978bbdd478202c75ff3de3bf9dc286c25e2 3,218 1.00/1.00 vMB 37
847,397 847,397 0000000000000000000310db75ea6e2886c161c6ad5caf27cc28f9a785856e30 3,320 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.