Loading Tool

Explorer IconExplorer

Memory Pool

32,379 transactions
9.95 vMB
0.15283287 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.93/200 MB

Candidate Block

Mining Attempt 3332f38dd6159a8c31ecd92ce098ab6c977e1a20d23e3dfedfc118e71f31b002
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 30986a15fa73c3af7a49278ff5adc4064220c341e9a6df311efd24511556f86f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.06652633 BTC
Median Feerate: 4.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (766,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,910 146,910 00000000000004330c503936b52708d26a4e1416bd120d2a9fbd29fafc7fffe8 72 0.03 vMB 115
146,909 146,909 0000000000000753ab7f1ddba681c2fc2b7b705ce20735745afa05304824bff0 138 0.04 vMB 1
146,908 146,908 00000000000001ff9385770f0b32bc28597a1385a30e255f0251929d8b17c02d 97 0.05 vMB 55
146,907 146,907 00000000000007d45d9726530fd1b37ceb6b0b687482afe6078488c109e94247 9 0.00 vMB 432
146,906 146,906 0000000000000496e2e896148d0ff2e694b11c569e10af3b80af75dfd5cb4f60 47 0.04 vMB 82
146,905 146,905 00000000000004d54e2ccd90493430ca704dffb103995eb8199ff4bc6643d678 102 0.05 vMB 148
146,904 146,904 000000000000068edeb206dd1b2e855482d4d382a0e18e9a395eab0600787953 134 0.05 vMB 181
146,903 146,903 0000000000000209ae5db4b713a75bc0a1f1278a4c1c46b5deb19b5801253094 8 0.01 vMB 755
146,902 146,902 000000000000092d03ce28380da5aacb939e4aa2a5cc103052c4b2209fcca507 131 0.05 vMB 70
146,901 146,901 0000000000000675b088a335a9ad5adab1ec0e505fe2f14745ecb841bda51ed0 31 0.02 vMB 55
146,900 146,900 00000000000001a61d473d68940d022af01968ca2f72fbfe5cf225db4d7d2645 8 0.01 vMB 42
146,899 146,899 0000000000000886ea862fe30b8ffb818034a0dadfb6b49611efbf1fad2c9277 7 0.00 vMB 0
146,898 146,898 00000000000009201599e6ba5798982cad705322523540b0fcfdd5872e9e9417 17 0.01 vMB 343
146,897 146,897 000000000000043e520e72846654d36341464ca9044a27be4a75725a713ec624 39 0.02 vMB 288
146,896 146,896 0000000000000060c63702430e197ad013dd1f0ef42a1f695224dbe73a095601 72 0.03 vMB 59
146,895 146,895 00000000000004ded7b4639b2833c448ad818b9d129f52875af644caae825445 12 0.00 vMB 0
146,894 146,894 00000000000002563605d02bd8fa33d51e9b3ff021b9c5773a714786c749a88d 42 0.02 vMB 136
146,893 146,893 00000000000007903a983984fced1e60336258cc0d06b0b199353284816c424e 24 0.02 vMB 97
146,892 146,892 00000000000002f4f4a3bd6baf6b2f364f583bba3f52dbde0f4e003101e65d04 68 0.03 vMB 205
146,891 146,891 0000000000000781b40c9c4b3d4c5d092b99c5edc927861e49b8600821deffdc 9 0.00 vMB 19
146,890 146,890 000000000000065eef797bf59fbc4828c3abc246fab9d50cd35d729d71ce7ceb 9 0.01 vMB 44
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 66
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.12 GB
    • Received: 0.44 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.