Loading Tool

Explorer IconExplorer

Memory Pool

87,029 transactions
32.68 vMB
0.11959268 BTC
Random Selection Loading Transactions
Max Size: 196.41/200 MB

Candidate Block

Mining Attempt bd81bd01e95f24082adad3c3ae2f8ed6300019e49c3949d1035e4a05afff3721
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root bcbb7bf2c6315343db4ee9cf36d9e25f4250928f6b5287f37a2c08f4563ba437
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.04220699 BTC
Feerates: 218.18 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (177,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,201 737,201 000000000000000000030c267f448a2723bf72bdaa80bf1d6350ef189232271a 3,232 1.00/1.00 vMB 18
737,200 737,200 00000000000000000005902af8ac00ff0498569ffe51d1becf2b540b7bb54e7a 2,149 1.00/1.00 vMB 24
737,199 737,199 0000000000000000000424ab5bab28e900e538a7a3aa2706df55fad5d4f1161f 2,891 1.00/1.00 vMB 26
737,198 737,198 00000000000000000008789532a4d71ecd1ae67abf0e0ae760a99c2076e8fe69 1,811 1.00/1.00 vMB 21
737,197 737,197 00000000000000000001cefa6aba407f0ac111bad76db290a44f21bc80d91457 2,721 1.00/1.00 vMB 20
737,196 737,196 000000000000000000013bda5b4f5d09fe541a39f645b099cc99b16bce03f61e 3,003 1.00/1.00 vMB 20
737,195 737,195 00000000000000000002e62d156fa25b6a9f3ab67c1072a3f851dfcb49e03fea 2,873 1.00/1.00 vMB 15
737,194 737,194 000000000000000000022ab08995cc21dce5e377a339a9a8fe984883ce9f359e 2,813 1.00/1.00 vMB 16
737,193 737,193 0000000000000000000277c33990f495d3b6dc637a5de32644e451d6fcc63067 2,512 1.00/1.00 vMB 23
737,192 737,192 0000000000000000000234930f270ea64dd660c6ba638d193744b02452880345 2,862 1.00/1.00 vMB 35
737,191 737,191 000000000000000000080454c66841c321906575bb3deecade4536f00786a7d9 1,846 1.00/1.00 vMB 20
737,190 737,190 00000000000000000001030c1bb8cddb401e3314990a523a38b6ea14eedd3219 2,193 1.00/1.00 vMB 15
737,189 737,189 00000000000000000004291f27d091414c5f00b2fb22d1d7df16ae1baf5bd219 2,502 1.00/1.00 vMB 15
737,188 737,188 0000000000000000000782f53befdbf8986e7b185d59284a8b7bccf1de457df0 2,479 1.00/1.00 vMB 16
737,187 737,187 00000000000000000005dc88f24d1929333c39a9ba77361e38f59256cbb25f72 2,127 1.00/1.00 vMB 27
737,186 737,186 000000000000000000006c145df05f97bf760f6d9fbfea161612d3999cec513b 2,184 1.00/1.00 vMB 15
737,185 737,185 00000000000000000007f5ea09d9262a4f7784fd7a6ea65c9f9c71b6ed3a77f3 1,790 1.00/1.00 vMB 17
737,184 737,184 0000000000000000000706f5dbff95b534b6a2e57145304c1b3c0c40268c9f9f 2,926 1.00/1.00 vMB 7
737,183 737,183 00000000000000000007625ec43f2b0f236a965eef56e6e8bb855585c615af39 2,273 1.00/1.00 vMB 9
737,182 737,182 000000000000000000068498805cc84838d31323274e2c025ea4c44a8a19a5c9 1,973 1.00/1.00 vMB 18
737,181 737,181 0000000000000000000346f0dbe6d5d1527b44a2a86d592b6cfe70f8a07b783a 2,313 1.00/1.00 vMB 17
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.88 GB
    • Received: 15.61 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.