Loading Tool

Explorer IconExplorer

Memory Pool

82,589 transactions
34.55 vMB
0.15622590 BTC
Random Selection Loading Transactions
Max Size: 196.95/200 MB

Candidate Block

Mining Attempt 5b0ef0ce2e7a4226ad42d352937c7e1c7c53fb4a7a8c2cf6527211135044a018
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root c7788e17c0e7ed5cba6065fc7f810114b12dbb5a97ce67a6df6ee9086eab982f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.03923174 BTC
Feerates: 301.60 > 3.93 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (452,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,712 462,712 000000000000000000ca62e582bf97c277c82b4cc2392f3fdf8ed45055e74ef7 1,159 1.00/1.00 vMB 195
462,711 462,711 0000000000000000003fb5d95deb9ce13de7369cbb3dab480541db5b4a9fb261 1,504 0.99/1.00 vMB 173
462,710 462,710 0000000000000000014deff92446e83eff46d4cd503b59605af4878d48dd92a5 482 1.00/1.00 vMB 187
462,709 462,709 0000000000000000017953bad0103eb0d81751bca95d50865c4333f98d61e7d4 642 1.00/1.00 vMB 190
462,708 462,708 00000000000000000132d1045b84bc95e36dce9989b4eb6cfe1d9b72ea1a8dc7 255 1.00/1.00 vMB 184
462,707 462,707 00000000000000000003c2b998b65c2efd1516707e50b9f55fd47e40a1f73c6a 1,798 1.00/1.00 vMB 218
462,706 462,706 000000000000000000aa5c15baec830091f84b0c71b4edf69bb2d8735280c2f1 1,580 1.00/1.00 vMB 172
462,705 462,705 000000000000000000487206cbdae263af04833fcfff67b0cd601e1a5704e6e8 839 1.00/1.00 vMB 188
462,704 462,704 000000000000000000ddfd714abc85a50aeb8ee859b607104920300d35d84df8 908 1.00/1.00 vMB 215
462,703 462,703 000000000000000000e1e9ef1f9828c71d1357c12f437115fc8dcb96dbcb3035 1,170 1.00/1.00 vMB 192
462,702 462,702 0000000000000000008f74964f816ae9b87b3e1a477d2e1f98fab85d5bcfbffe 1,653 1.00/1.00 vMB 166
462,701 462,701 00000000000000000153f208652aa371e5b0b45915cd6ff7f08a322091cc6c7e 1,530 1.00/1.00 vMB 135
462,700 462,700 000000000000000000ddc5bd07477642e84752b482e511701c5d1f32f7120a4c 2,290 1.00/1.00 vMB 159
462,699 462,699 000000000000000000c80b3c608c15b4fe31231ffb31eb195f7d87a1f6a06dc7 2,290 1.00/1.00 vMB 126
462,698 462,698 0000000000000000006950e5027a44548284ea9c1ba0fb3e982444a38bcde218 1,751 1.00/1.00 vMB 187
462,697 462,697 0000000000000000002b3afe4a7254cc21eb85aba27f4dff55519310b14fae0e 1,711 1.00/1.00 vMB 139
462,696 462,696 000000000000000001fa0905a4f6f09acd6871a09a56dc6c1186d44e1d52ebf6 1,924 1.00/1.00 vMB 140
462,695 462,695 00000000000000000090acba52d651bc902877ca53fa84b0270c7743ca523f32 1,528 1.00/1.00 vMB 156
462,694 462,694 0000000000000000010d853df4d81994b59764cc4cc1df97f074f51189d843dc 1,663 1.00/1.00 vMB 144
462,693 462,693 0000000000000000018e3601c98356ec15f23e8da7c52724c056fca5f17c85dd 1,716 1.00/1.00 vMB 161
462,692 462,692 0000000000000000006b7c89982e247973e2fcf66576edc9ddf4d51df6d9ee66 1,160 0.93/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.47 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.