Loading Tool

Explorer IconExplorer

Memory Pool

45,855 transactions
27.49 vMB
0.08135483 BTC
Random Selection Loading Transactions
Max Size: 144.76/200 MB

Candidate Block

Mining Attempt f12aa9b20a9a9b1a975eed8d14c54a6d8335f19f28a1ab6a2b517b1068e7b4a8
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 8aee466c2180c84e0476ea1bf3e2f423050fa830bd5f9645d48adaabc2256222
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.02780995 BTC
Feerates: 265.25 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (65,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,053 849,053 000000000000000000006ff8fe94701f4d78db7f0abcbe4d871d77b41b0ddb8c 6,030 1.00/1.00 vMB 12
849,052 849,052 00000000000000000001cb5965a0efb2ec7f0c38258ea7c47e782aea6afaeb14 6,163 1.00/1.00 vMB 9
849,051 849,051 0000000000000000000207569a01a54507da3b5b7b5d399f12813cc59fee0f2a 5,934 1.00/1.00 vMB 12
849,050 849,050 00000000000000000000d0c248e41effe9345d7c604f4e711b300545fa4a639b 6,223 1.00/1.00 vMB 11
849,049 849,049 00000000000000000001393db2a94737577e3c473036f406e8f922f111cc4f12 4,331 1.00/1.00 vMB 13
849,048 849,048 00000000000000000002ac78c9fa0122ddbd5a0d4ca6668acfd67c980c31e50c 5,639 1.00/1.00 vMB 12
849,047 849,047 000000000000000000027044ba5e44406b2b82763bcaab494b396f25db2ffdd1 5,131 1.00/1.00 vMB 12
849,046 849,046 00000000000000000000a4662ec1e88e35f8121fbdbde606a7c27b3372c2398b 3,972 1.00/1.00 vMB 16
849,045 849,045 00000000000000000001ead040a7fba502c23aae26770a9ed7730b5c8a287872 5,946 1.00/1.00 vMB 11
849,044 849,044 00000000000000000001c77b10e670ca9ce9597c9ad47d0ad6b590a981fdd8aa 5,448 1.00/1.00 vMB 9
849,043 849,043 00000000000000000000ae6eb97bb2af7e0e90d7bd232b42efb3b16546c34ab9 3,791 1.00/1.00 vMB 19
849,042 849,042 00000000000000000002957861d5f834821fc6c3582b457161ab4a82e1d9b1ba 7,335 1.00/1.00 vMB 8
849,041 849,041 00000000000000000000811664233dd142da948a306d9f631dd20c501cbd7795 3,525 1.00/1.00 vMB 9
849,040 849,040 00000000000000000000c3ce181bf0dd27aa7bfb56f2d79570515ace4e71058c 6,116 1.00/1.00 vMB 10
849,039 849,039 000000000000000000026575cc7ef1bfa2eef6cdd568000e2c9df02bda3ea36a 4,645 1.00/1.00 vMB 15
849,038 849,038 00000000000000000002bab6a4f7656293675a2dce2a8c32ee0edb73c9dccbd5 3,852 1.00/1.00 vMB 17
849,037 849,037 00000000000000000001680fbef1de0a6523665158932f8212acc24c8fee871b 4,018 1.00/1.00 vMB 14
849,036 849,036 0000000000000000000256ad24cb95006ec65c3264a119e3b544293646945d3a 4,517 1.00/1.00 vMB 13
849,035 849,035 00000000000000000001658f241becbecbf4449d954b0649160054a41f16a5bd 4,869 1.00/1.00 vMB 12
849,034 849,034 00000000000000000001e5a43c6ce9d99588db2540d7029da15962e4b0e77a30 4,821 1.00/1.00 vMB 11
849,033 849,033 000000000000000000002f220272ea6f5a241a3ef728fd33cef4053d4c23d18c 4,992 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.19 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.70 GB
    • Received: 14.02 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.