Loading Tool

Explorer IconExplorer

Memory Pool

79,449 transactions
29.22 vMB
0.07468876 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 8aac0c6c5048c0c4414465c4c9e55df41e54f8478dff51e23b8e136d88fce88d
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 9033472e94cacf3aad4295d61c4964d5f7a71584e2d4c9dcca1e9591e047c03b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,207
Size: 1.00 vMB
Total Fees: 0.01347290 BTC
Feerates: 74.86 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (678,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,696 236,696 0000000000000078ae9c7cdbbdb21d0331122b80436a578f766183a3567a782a 532 0.29/1.00 vMB 157
236,695 236,695 0000000000000053cdb3ad4127e4525d2f73d3c3923fcbe6315f3d4945bb246d 256 0.08/1.00 vMB 265
236,694 236,694 000000000000008d9ebd51fd2e8d05e4f0b3431c3cdbf5cb82bb58943a07fcbf 897 0.36/1.00 vMB 210
236,693 236,693 00000000000000301a3a5a819706f48f4c4c7186c6215f66217d47d85295926c 186 0.13/1.00 vMB 100
236,692 236,692 00000000000000e45ab3f7ee607958ddc87aea1e70d2563543c64c08b5d8d965 508 0.25/1.00 vMB 162
236,691 236,691 000000000000009ca3fb6169c7e91a1ef1dafbb8bd2b94f309db51390c0cc241 601 0.25/1.00 vMB 207
236,690 236,690 000000000000012c1b423bc001b2fd5a9c0d144b0e0837c5ea40d58cca0f7f93 1,068 0.47/1.00 vMB 190
236,689 236,689 00000000000000a264608d20e9f2014f342464698e3b6f14ef81a99dc3282163 481 0.20/1.00 vMB 151
236,688 236,688 000000000000015bd4a3232dd08b90a0677f434b407f2ee2287216bbd56e5819 194 0.09/1.00 vMB 139
236,687 236,687 0000000000000174c8a5e9f5de02f34405dbd779eb2df77c01a9ed4918b17f2b 580 0.27/1.00 vMB 152
236,686 236,686 0000000000000166fd3ccd432b9ff94c84625fbd6be2bde04752fefab3ab76b8 625 0.24/1.00 vMB 146
236,685 236,685 00000000000001539fce1a6587c66dffca64f6c3d6ae4503ce69cfd9cebad366 1,050 0.47/1.00 vMB 177
236,684 236,684 00000000000000a90cd37e8904c6f515dd2ce9bcc979010544107e45623f99c6 6 0.00/1.00 vMB 66
236,683 236,683 0000000000000031738258e53f8f95a71f212c7f539bd2cb42c7936cdae16ca3 3 0.00/1.00 vMB 49
236,682 236,682 00000000000000274ecd01bf47274c6da0897517a5674c097d1e271ce789eaad 260 0.17/1.00 vMB 107
236,681 236,681 000000000000015526eb9400604e5ecf057ed71e784b21dffa65cd96758c763f 512 0.17/1.00 vMB 280
236,680 236,680 0000000000000119eba174df1b1040691d62ef3591f5d07b78ccc128c7f511db 296 0.14/1.00 vMB 155
236,679 236,679 000000000000006f8b329bf7ec65926d3f9ed0c8cbe33d0ce38baf84edbd8c25 772 0.33/1.00 vMB 184
236,678 236,678 00000000000000df2e4299e929c93c7e34feb18638e3f722b698f5b2cf14e476 217 0.10/1.00 vMB 131
236,677 236,677 00000000000000034ea6e1922443834d05ea213454dc61229d47fc93ccba7ab9 129 0.07/1.00 vMB 191
236,676 236,676 000000000000011579a00fcc49b403c9207270ae61f863167bc471c308eff64f 171 0.08/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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