Loading Tool

Explorer IconExplorer

Memory Pool

47,524 transactions
28.01 vMB
0.13479609 BTC
Random Selection Loading Transactions
Max Size: 147.07/200 MB

Candidate Block

Mining Attempt e1fd4696342d386924f07e2b2325b8663a48cb9e857da8a2068185d85ae7e1d6
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a569133ce6e54bedb4c83e8dd5b2db804ac7063520135dbab891446cabcce06c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,720
Size: 1.00 vMB
Total Fees: 0.06075978 BTC
Feerates: 151.12 > 6.09 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (422,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,092 492,092 00000000000000000011408c67e8809fa5637dbcfcdc644b84e09e81e0b9217a 2,916 1.00/1.00 vMB 263
492,091 492,091 00000000000000000080191ef533e404720ae735234030d4529911ad8816e8e6 2,742 1.00/1.00 vMB 254
492,090 492,090 0000000000000000006e51dac00b005320b167a3104df228ef7cc1b75e6424d3 2,505 1.00/1.00 vMB 232
492,089 492,089 0000000000000000007def64ffc60dd38a404d7d98b823ef72eb7fbe4d7976c8 2,775 0.93/1.00 vMB 250
492,088 492,088 000000000000000000968c6465ce78c1c928d03165a7019c6b0611be457b7cda 3,014 1.00/1.00 vMB 274
492,087 492,087 00000000000000000036b3891edde018909881e1fdd2729184f3f11243638e6a 2,491 0.96/1.00 vMB 200
492,086 492,086 0000000000000000009d26ec60e9be8db8bda4cf40f9990c498b6c60fe0a744a 2,758 0.94/1.00 vMB 234
492,085 492,085 0000000000000000008be6e9c926831340843045735300ad60564a92662c6f8c 2,894 1.00/1.00 vMB 289
492,084 492,084 0000000000000000007f9bd3a917a62fc58e4e1eaab5013d08a9ccce4eea7ffd 2,855 1.00/1.00 vMB 219
492,083 492,083 0000000000000000000a0f41750e5780d276a7b60c971d31c018a7e1fa376d1b 2,433 1.00/1.00 vMB 181
492,082 492,082 000000000000000000512c713689e4525b797d044cb4cacd2ba13c1a7a2bf30d 2,521 0.92/1.00 vMB 213
492,081 492,081 000000000000000000541e5f0f1fc9adf925adafdfa5908fb1a1956306a4fb44 2,581 1.00/1.00 vMB 232
492,080 492,080 0000000000000000002c9e6c949c987cd110aae438538f005bed70ee97ffaeb2 2,652 0.94/1.00 vMB 220
492,079 492,079 000000000000000000bceba00efa9e651248258cabc2c38514911d0bb6c79c15 1,992 0.96/1.00 vMB 171
492,078 492,078 00000000000000000008466247914b1c8c46184923c0b0c1b01fa1424ae2eb8a 2,524 1.00/1.00 vMB 204
492,077 492,077 000000000000000000acc2b42e595f289ddea12c527028eb1dd873794a19cfec 2,638 1.00/1.00 vMB 200
492,076 492,076 000000000000000000aefa2f8f01443b5ab333b6b52f708592e29f5bd0dc5bfc 2,769 1.00/1.00 vMB 232
492,075 492,075 00000000000000000079e22413fe01fc788c28ac7641f41dbbf976b74f3a93b3 2,256 1.00/1.00 vMB 188
492,074 492,074 0000000000000000002f80412bf68b350f1af54223f7f93e528ea5f1fc513cb1 2,671 1.00/1.00 vMB 201
492,073 492,073 00000000000000000050bd8559997c7325d94b116e8217efe77bdd4e80eb1e47 2,172 1.00/1.00 vMB 184
492,072 492,072 0000000000000000000198d4eb0524e0551b1c476d24417f7acd1a331207dc02 2,307 1.00/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.92 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.