Loading Tool

Explorer IconExplorer

Memory Pool

40,873 transactions
32.72 vMB
0.09287091 BTC
Random Selection Loading Transactions
Max Size: 162.98/200 MB

Candidate Block

Mining Attempt a4045919a5f3ec83b0563828847963905b6302d860ea455b3d7cffae6f7dc21a
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root dcf0b23cccaf1c181e70dfab83bb915b0d4f8ab00e6c769aa76e25f9747852a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02374015 BTC
Feerates: 501.64 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (456,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,729 457,729 000000000000000001258b7e217eca768c732ceede294b1ac874dcea49ff157c 1,842 1.00/1.00 vMB 168
457,728 457,728 0000000000000000002d4819463d864f80ec7fbbb1fd612192323e3a15f84963 2,272 1.00/1.00 vMB 164
457,727 457,727 000000000000000000ddee870b52312dbffd73fdd5c62b4ea706c6cbb4d55f65 1,824 0.75/1.00 vMB 154
457,726 457,726 000000000000000001237bec353775aacf0e9af8febd2a33b4732b31c7971b5f 2,202 1.00/1.00 vMB 190
457,725 457,725 0000000000000000018cd42103da029e246c7ed468123e130842d6d358253c10 2,401 0.93/1.00 vMB 216
457,724 457,724 0000000000000000010847c2b07c23570bec9c09696e442375e073ea09978fea 2,279 1.00/1.00 vMB 156
457,723 457,723 0000000000000000017ff3626d52a119215353026c3b8d2db9b8d0739c28d3e0 2,270 1.00/1.00 vMB 174
457,722 457,722 0000000000000000011daeb79bc60d89ff81d79eae4b506e2010b3859aeeaffe 2,219 1.00/1.00 vMB 239
457,721 457,721 000000000000000001f9b227aac93324d2ae1913024b60bdca32445f1f35c7f8 1,636 1.00/1.00 vMB 180
457,720 457,720 0000000000000000017750b846799379a7e8fe19fc37b9bff0b04637bf7ad31d 2,355 1.00/1.00 vMB 207
457,719 457,719 000000000000000001f37bed8861404288dc1a700d0aaa2f9cfd56a0386f5424 2,679 1.00/1.00 vMB 211
457,718 457,718 0000000000000000015bd661b49a06f9baf572b177566bdb79bb2394638a416f 1,444 1.00/1.00 vMB 244
457,717 457,717 0000000000000000001745013e22e4cf1166acd5466e928dda26047cf4dd76fd 1,997 1.00/1.00 vMB 182
457,716 457,716 000000000000000002351a769b16d6abbeb44b5047e27d7bb4fdbf7ceff0a7a8 2,069 1.00/1.00 vMB 218
457,715 457,715 000000000000000002418fae992421df3016322c43aa82ccbe9234514d6a74fe 1,400 1.00/1.00 vMB 125
457,714 457,714 00000000000000000025da84ad07e9597d88844da8d8cb53a39af8f7a3a49733 1,536 0.93/1.00 vMB 138
457,713 457,713 0000000000000000004b478a18001d9c7479dd9c80da019360b326b2300818fb 3,561 1.00/1.00 vMB 124
457,712 457,712 000000000000000000173a34426ae2963b1a7e1bafde9954f079dc5b2ca50f0b 2,193 1.00/1.00 vMB 170
457,711 457,711 0000000000000000016e58ead85296a88a757f0d079920890121d118e152c883 2,437 1.00/1.00 vMB 167
457,710 457,710 00000000000000000087e05959d5b5afc615a8cb362b4987e5889f9d943a87ad 2,537 1.00/1.00 vMB 146
457,709 457,709 00000000000000000117e08e6c5643b91ea38c0654f3d22beba6f7b53f52c09b 2,180 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

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