Loading Tool

Explorer IconExplorer

Memory Pool

44,454 transactions
27.34 vMB
0.09355992 BTC
Random Selection Loading Transactions
Max Size: 144.40/200 MB

Candidate Block

Mining Attempt 6de063628425c129cb06553d5cad070c22e6d715d978ab5b3fdfb75e11ba2b95
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 9ea706349e6e72f210248ca82f6311f3b4eebac3ea3f8793c191e15006f3e3f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.04243184 BTC
Feerates: 101.65 > 4.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (731,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,535 183,535 00000000000002aadf9c3b9119bdbb542c5084929ec932bf62ad1953e10e8113 11 0.00/1.00 vMB 15
183,534 183,534 000000000000054275f9e836260f6c7b7503ab07078c573abc58978f9c903589 147 0.07/1.00 vMB 109
183,533 183,533 000000000000091eedf2aef794ca7c2b099bf132a9b7e29e0badeaec154fcce1 349 0.14/1.00 vMB 129
183,532 183,532 00000000000005b57fbaf0d11fb65422df573f30ba127a71c8f8aa40d6c00881 153 0.05/1.00 vMB 97
183,531 183,531 000000000000070510c4d09341e66f6e84164ffcbd70877a14bc3abfbe8b562d 137 0.05/1.00 vMB 27
183,530 183,530 000000000000024e158632a75de243190b9fc86f4529e5aa918a647058e987b9 774 0.29/1.00 vMB 214
183,529 183,529 00000000000003d6ef8282e4a87b0e36dff9bcc9dfdfb0cf533ffcb39f90aa7a 13 0.00/1.00 vMB 15
183,528 183,528 0000000000000895ccfd4f1fac561aa4a2c85f24f3df71b67394f644c3a1aca7 545 0.21/1.00 vMB 179
183,527 183,527 00000000000008431784b923c12bac41d938db2db1d71597436486c33cfa0ff0 18 0.01/1.00 vMB 7
183,526 183,526 0000000000000396343ef73e782083639778ffe39a7c6703e9a5868a6d6431f9 32 0.02/1.00 vMB 235
183,525 183,525 000000000000098721b80cba77ebe07fe5985a5bf3ce93ddf63f840b709767ec 537 0.26/1.00 vMB 130
183,524 183,524 0000000000000431fd4ec1e24ccb684c52df4fb865fca5748f055726ee0a47dc 103 0.05/1.00 vMB 135
183,523 183,523 000000000000029c720cd7a6ddfd4b69e66a570a74210a59e406e942c45ecad6 36 0.02/1.00 vMB 101
183,522 183,522 000000000000072bb7eaab99c4210c11a6e9b92e09f73b8c8af5d88b97f7d5e0 52 0.02/1.00 vMB 122
183,521 183,521 0000000000000479b0e908a8b707f3e0ee0f15d93c96069a75804d62dbc0b824 523 0.19/1.00 vMB 173
183,520 183,520 00000000000001fac17978dfb8de104ce097269b489852920fe62d4b96249cb8 35 0.01/1.00 vMB 194
183,519 183,519 0000000000000a7c1c00a5dd4a94675eb6862aa60f0ed57770f6a564704f56a2 512 0.24/1.00 vMB 158
183,518 183,518 00000000000002d7aef748b49310dcb440b69fd311fd9fdb0ff787f2b2f1a987 8 0.00/1.00 vMB 14
183,517 183,517 00000000000001304e091feeac694c754717095e8e14cc85edadf712f64eed05 29 0.01/1.00 vMB 130
183,516 183,516 0000000000000474ddd97ff6c1fd023c3b7f95782f387931512b8f3e7505e4db 95 0.05/1.00 vMB 87
183,515 183,515 0000000000000a0cf8a374748069bc7068c40f61fdf425396481dca6ef3cfcfb 397 0.14/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.