Loading Tool

Explorer IconExplorer

Memory Pool

87,222 transactions
32.85 vMB
0.13305419 BTC
Random Selection Loading Transactions
Max Size: 199.62/200 MB

Candidate Block

Mining Attempt 2fd3765f36f5e3c67a97e224ef317fb139d3435b4ac2ce0c558e57ae9c7652aa
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 0499d95fe6eccf92277f246b479fc0d151d1a3fd2f5f19ddbc98b9f07d767a67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.04801378 BTC
Feerates: 300.16 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (309,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,053 606,053 00000000000000000000c28bd4b5d2422b738033df86a2c528a7c50a139d23aa 2,555 1.00/1.00 vMB 20
606,052 606,052 0000000000000000000b5192bfe4a3486b1ac792c0b38e8b068d721544d5d0df 2,706 1.00/1.00 vMB 36
606,051 606,051 000000000000000000068778147bb2bc2d6ecbafcd1b63ae16900de680af3f46 2,644 1.00/1.00 vMB 34
606,050 606,050 00000000000000000002003862a2e7400ad499ef2c54c298cbb715e97ae16845 2,414 1.00/1.00 vMB 30
606,049 606,049 0000000000000000000a2b5db7684090c6e2880b605f22c35ea7143c9e442bac 2,961 1.00/1.00 vMB 46
606,048 606,048 0000000000000000000c16ed1afb3c8bd6b0f1ef0c78a0909bae42fcd17d1dd3 2,781 1.00/1.00 vMB 33
606,047 606,047 000000000000000000037bc355446e931628afed8f42f3066dbd70572892d1fe 3,086 1.00/1.00 vMB 40
606,046 606,046 0000000000000000001057dbccefae295002faf8632b232d6d00aecb42f84ff5 1,901 0.61/1.00 vMB 23
606,045 606,045 000000000000000000008aedd2715b151cbea904f75e8294f76ff64664172ce7 2,182 0.96/1.00 vMB 5
606,044 606,044 0000000000000000000ce427dbcb95c3f22759ad30b480c35d3fa74463f22c41 1,892 1.00/1.00 vMB 20
606,043 606,043 00000000000000000004b9564195bea7f8352c3f9c90007735aa2a0b8164912b 1,863 1.00/1.00 vMB 21
606,042 606,042 000000000000000000129e4740b949916792235b7c5fa082826c041e39bae96d 1,744 1.00/1.00 vMB 37
606,041 606,041 00000000000000000008d0280b917fa6c677c8374afb6a4f22685734df289ea1 1,726 1.00/1.00 vMB 9
606,040 606,040 000000000000000000017120f97b273545bfa3cfadbade8fd873a214c2d1ac4a 1,780 1.00/1.00 vMB 21
606,039 606,039 0000000000000000000d6f99d721ec8936947b50953d19efb990c585b3fca9a6 2,316 1.00/1.00 vMB 27
606,038 606,038 00000000000000000006e4956b9bd961da1533b259c081053c14dbd77169afa0 2,784 1.00/1.00 vMB 35
606,037 606,037 0000000000000000000f31ec7e5c59a7d4a0cf35c512d2cd5639383e42d08601 778 1.00/1.00 vMB 65
606,036 606,036 00000000000000000002bfe187e224126fcad46aa2257c04d8b4100caae8d3cc 1,775 0.62/1.00 vMB 19
606,035 606,035 0000000000000000001439745cdecfd6c700eb50974c81c09b5bf6d2bc1eba2a 1,742 0.64/1.00 vMB 26
606,034 606,034 00000000000000000013b2d4405f7b25f5201ce782af4c4427c82f388d5d8a07 760 0.28/1.00 vMB 26
606,033 606,033 0000000000000000000a420d0368e96a286aaf0452712334c2453cbfe97132d0 1,671 0.54/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.