Loading Tool

Explorer IconExplorer

Memory Pool

80,255 transactions
29.63 vMB
0.06652338 BTC
Random Selection Loading Transactions
Max Size: 178.86/200 MB

Candidate Block

Mining Attempt 0b31289091caa35f2356baa65e73d3554116b23862d42eb8e82e216927df2fd8
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 90ee7a97a5f0ab55a8a0187d6f3875fc71474f01e64cc03cc78dfade6bc1edd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,390
Size: 1.00 vMB
Total Fees: 0.00626366 BTC
Feerates: 90.30 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (283,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,067 631,067 0000000000000000000f37ce123fda783f67f03654a6bcfea7a57c5f7a5b5d6a 2,515 1.00/1.00 vMB 217
631,066 631,066 0000000000000000000cb90717d4191d117a80f911084ebf64915e24019a5101 2,479 1.00/1.00 vMB 210
631,065 631,065 000000000000000000033da413ff0e1bf8c24ac37dd66da0693565d8f86de92b 3,269 1.00/1.00 vMB 228
631,064 631,064 00000000000000000005082c4bc31c89ee6fcb540ba4524aecff95f5542a4e99 1,310 1.00/1.00 vMB 203
631,063 631,063 000000000000000000044f919eb56e401ce8e663b315b2cadeb8f8031ea2f7df 2,147 1.00/1.00 vMB 199
631,062 631,062 0000000000000000000e2b2b6ac61319833ac75487f20f1fc73c805f1ffb3aa9 1,839 1.00/1.00 vMB 202
631,061 631,061 00000000000000000008db89c7dc90c4d720a3015826d54282a89d01e0d7c145 2,381 1.00/1.00 vMB 247
631,060 631,060 00000000000000000011bbdfd15bc45c722c1f3210d2b75e6b0f449e54b1f8af 2,545 1.00/1.00 vMB 67
631,059 631,059 0000000000000000000534ab967987ce6024f443ec10e79db3fcf2264d30bc6c 2,783 1.00/1.00 vMB 82
631,058 631,058 00000000000000000000f811e171eee52157e9a95963140e62fa83610f23ea7e 1,769 1.00/1.00 vMB 139
631,057 631,057 00000000000000000005950616603a78e232fb0d7ecf625c9b04214b73bdf53f 2,617 1.00/1.00 vMB 182
631,056 631,056 00000000000000000001be52c803885a6e76638798616f413e80b9141a6e2757 1,910 1.00/1.00 vMB 189
631,055 631,055 00000000000000000004dfd112987fec4ed9059ee7697118428881de258b64ce 1,908 1.00/1.00 vMB 197
631,054 631,054 000000000000000000050bf2cdec39195a12fd2aa636ebda61e950b8ee2a1af0 2,047 1.00/1.00 vMB 44
631,053 631,053 00000000000000000008ae437e1e9815ba8e02d8394b1c8480b6789dbd99d47a 1,699 1.00/1.00 vMB 59
631,052 631,052 000000000000000000082dffdc35e2c50455314b7837405def3f609f29992062 2,549 1.00/1.00 vMB 53
631,051 631,051 0000000000000000000a20d9d41c92bf32272d69fcefd187a85887c932a156e8 2,681 1.00/1.00 vMB 67
631,050 631,050 0000000000000000000f7ba18f7ef162248b244c4c23f1072abc672163f16e79 3,506 1.00/1.00 vMB 65
631,049 631,049 00000000000000000004d2573490d9fde4cc2f1c70c8ab1396ce8c9aff525d2f 2,767 1.00/1.00 vMB 147
631,048 631,048 0000000000000000000f7aabce89d6ce5c35ca5202ae8e7e4b98d983d4bdee86 2,975 1.00/1.00 vMB 122
631,047 631,047 0000000000000000000d45c15c23444eef360ad4174cd0fbfc7a2e37ed9203ec 2,407 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.