Loading Tool

Explorer IconExplorer

Memory Pool

38,823 transactions
27.00 vMB
0.06979428 BTC
Random Selection Loading Transactions
Max Size: 138.78/200 MB

Candidate Block

Mining Attempt 237bbf257771bd20815f0f7e0bdfa9f38a5502b799aedcc5b189d1019db03b74
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root e2aedb0be932e2cc75a66d69c0515d90bf45faba35242ad2a3888d3da2956eda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,175
Size: 1.00 vMB
Total Fees: 0.01845127 BTC
Feerates: 100.53 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (797,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,132 117,132 0000000000000f6d9dc368ac575b110696424f7368139d25dc563a09ae33a896 6 0.00/1.00 vMB 0
117,131 117,131 00000000000009e16a1700178fdbcd55c1de855631f6acced3ac7c147afbabdc 24 0.01/1.00 vMB 585
117,130 117,130 000000000000606bc18610dbd2eb908fdd6dd345ce2204b6a11e69e3859842e5 12 0.00/1.00 vMB 671
117,129 117,129 00000000000061b0910b2a2e309d54857bbe1cf298553daa6590c33ec5ed655c 11 0.00/1.00 vMB 0
117,128 117,128 000000000000b71542f1f86f6b147f3c11483ab9c13c9823f14344509abde8fa 7 0.00/1.00 vMB 0
117,127 117,127 00000000000006d5627d40b9a18242bc2d2209448ecc4443f2a90ee93349b136 14 0.01/1.00 vMB 561
117,126 117,126 000000000000b5e5e7c69d4eff0508a44307842e809c9821ac59e849ed71614e 8 0.00/1.00 vMB 0
117,125 117,125 000000000000746963fb019eea1831b10350e874acb44a84930dda4b133b2217 10 0.00/1.00 vMB 997
117,124 117,124 00000000000072dcf782ed7f76cb9695b860c31dfa03512f0f067ed871c95e94 14 0.00/1.00 vMB 1,163
117,123 117,123 000000000000b768b8bb81b7c66daebdf96bbea27ef58c1a270e5915a9768f79 13 0.00/1.00 vMB 1,099
117,122 117,122 0000000000002c6dd3624155c68ea74e2e047329033b55880982a6f3cb01b510 13 0.00/1.00 vMB 571
117,121 117,121 00000000000005e677b2f838e94e236d34a80b95156fda7b2044301291e4fef9 11 0.00/1.00 vMB 323
117,120 117,120 000000000000878488ae972e451dce0b67e8b50e3d7ed2424a69b0ffb9f95c02 17 0.01/1.00 vMB 171
117,119 117,119 00000000000049f10753d34a32ccb99ddfe4556e6ed920e161e563d9a28bc1b7 10 0.00/1.00 vMB 328
117,118 117,118 000000000000275c65541b49a7b57f321def5c6cdd3a6dc799a58395fe6ad8d2 11 0.00/1.00 vMB 586
117,117 117,117 0000000000009c66a1e4058187fb203bba2e37044e294393ae6890db0317ea9a 9 0.00/1.00 vMB 0
117,116 117,116 000000000000acc1b6d910c8609ad1b028436a5ba35f2abe28feb9d5258bad08 18 0.01/1.00 vMB 906
117,115 117,115 000000000000a044b6f781e74e54fa48e55c76ae9abf96b4104f1d9c20a791db 12 0.01/1.00 vMB 608
117,114 117,114 0000000000000fc31b16254e6eae28a2bb2c3cd2b6b1acdff0f893d5b685d5a6 9 0.00/1.00 vMB 0
117,113 117,113 000000000000342637a18ba9dbef6b24783c5cf597ed294d14182e3bd219b09b 9 0.00/1.00 vMB 353
117,112 117,112 0000000000007adc528d0c9bcaa8b59d4d74731b197e74f0245edcf3821e1d82 10 0.00/1.00 vMB 316
Previous 10 blocks ↓
Total Size: 781.13 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: 581.28 GB
    • Received: 9.05 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.