Loading Tool

Explorer IconExplorer

Memory Pool

88,383 transactions
32.19 vMB
0.13780867 BTC
Random Selection Loading Transactions
Max Size: 195.08/200 MB

Candidate Block

Mining Attempt bda16dd5d42b23c91cc9a30941cffc99caf6d95d94341b9e7742319098796480
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root aca0c8420244d207dac9887fc2c4417a1eae06eebf71b34c9d458187a1a79609
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,941
Size: 1.00 vMB
Total Fees: 0.05117880 BTC
Feerates: 101.65 > 5.13 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (498,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,659 416,659 000000000000000004277eb50fc2d82a4ae29aad9470c79fb008b28fb3561e57 1,986 1.00/1.00 vMB 59
416,658 416,658 00000000000000000185dcd8387b4802af1368a9ab4312b4b882b6971e71f197 1,870 1.00/1.00 vMB 77
416,657 416,657 000000000000000003e87f1ae7d662ea73949558a7c5cc7abdf7ae342e15b50a 229 1.00/1.00 vMB 14
416,656 416,656 00000000000000000534a69e0f02334da69b672549d0c12a8ca38dbed9a6f3c8 380 1.00/1.00 vMB 18
416,655 416,655 0000000000000000008ea2b62a6038f15d3771a4b282e283eae1a0b0aceb8add 1,302 1.00/1.00 vMB 46
416,654 416,654 00000000000000000577e2ac2ca66bb16af5f82113e0b57513f7fb5c1a7af9c0 1,093 1.00/1.00 vMB 31
416,653 416,653 0000000000000000030cecad4597db595195d061bf1deac813ece38b12e61505 1,960 1.00/1.00 vMB 49
416,652 416,652 00000000000000000491ae5413c50bc7c0c47f2eef8bd64327d6d9360b329161 1,858 0.99/1.00 vMB 75
416,651 416,651 00000000000000000206ae01d59ef3e47a6899c482e9a48c9d148795941e8cdd 750 0.39/1.00 vMB 71
416,650 416,650 000000000000000004bacba9099ea59a1f4db378a97d875ea2888e8dd27960c5 773 1.00/1.00 vMB 19
416,649 416,649 0000000000000000004caf4ea47268131e2eab7e2a48d3d348549bbbd65639b9 1,960 0.93/1.00 vMB 66
416,648 416,648 0000000000000000010dd518e4cd4e7e65017354eeba7c9a5b72fc2c9ea19464 362 0.16/1.00 vMB 71
416,647 416,647 0000000000000000058fab1661df0f24a688a1fb331eae10aba03a0ead0d447d 1,803 1.00/1.00 vMB 61
416,646 416,646 000000000000000001e14ad11a9ce5423a8f0a0d6a5bcdadbb47868a3de30ae0 1,656 1.00/1.00 vMB 60
416,645 416,645 000000000000000000aabfa19560c8a29d07210d635f7deee7e8f2e131e3b9e5 61 0.02/1.00 vMB 77
416,644 416,644 000000000000000004cdf9a4a6b8372e0c946c433c219fd3b72937ec28b0e8e5 1,326 0.73/1.00 vMB 63
416,643 416,643 00000000000000000510fa3e677dbec942d65e7ab7e3bad3eab95a2881222505 1,097 1.00/1.00 vMB 38
416,642 416,642 0000000000000000002203c8c53f5cff79fa5d34766887c8920c1168974aea72 1,603 0.95/1.00 vMB 45
416,641 416,641 00000000000000000292f70770504836f8395dff7d245e23b704fbabb9b87349 1,701 0.99/1.00 vMB 47
416,640 416,640 0000000000000000023528ce85b09a9f1d22cab30f4645236485b7b5d0159016 2,148 1.00/1.00 vMB 76
416,639 416,639 00000000000000000545255d017ea1dce1c73379ede714d79f27647012c322e6 2,217 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.