Loading Tool

Explorer IconExplorer

Memory Pool

82,041 transactions
31.51 vMB
0.07939870 BTC
Random Selection Loading Transactions
Max Size: 191.50/200 MB

Candidate Block

Mining Attempt ae45389bcb062eab560e17f463f5d2334d54b8886f0f3160811c997c3fd3fd6c
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root a75e848f32e27b19317150c4e3677ffacdaf5d237e321c118e20a5d52649ba10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.01098232 BTC
Feerates: 150.61 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (497,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,787 417,787 0000000000000000034383c125d584e89629d040dee2cc2a17c05caddb611622 1,858 1.00/1.00 vMB 49
417,786 417,786 0000000000000000033151de723e2364379ae5dd217196cda276fcc7fd99027c 2,421 0.93/1.00 vMB 57
417,785 417,785 000000000000000001c3bf912f56c0679769d60f4cf5577b5a592d5fce194e7d 2,496 1.00/1.00 vMB 56
417,784 417,784 000000000000000002615a241fe015853c6d5f6d7d9c3a0685f6f52e05bd59ed 2,549 1.00/1.00 vMB 45
417,783 417,783 000000000000000000774e08eea7024b538e9a98df69e09cec1ab90491e6c073 2,492 1.00/1.00 vMB 67
417,782 417,782 000000000000000001557e2248d2acef2287faa0a92d2401d13a7b36ffb4bceb 1,329 1.00/1.00 vMB 77
417,781 417,781 0000000000000000018772a8bf45d826bcdd580608f9c22f44dad5187acf76df 1,844 1.00/1.00 vMB 84
417,780 417,780 0000000000000000023a723efda0edcc572f91c030a237a4581fb40e1af908bb 1,986 1.00/1.00 vMB 88
417,779 417,779 000000000000000004b8e1d66f842788ab16ff47efcbea02a5f0f57351f026db 2,533 1.00/1.00 vMB 60
417,778 417,778 000000000000000003bcfa95e3d0a86c213ec33cd05b2aa38b0de43e26333049 2,488 1.00/1.00 vMB 67
417,777 417,777 00000000000000000338b243443befabc5b62d7195ef7e7e85a22c4f7b5ad9d5 3,018 1.00/1.00 vMB 103
417,776 417,776 000000000000000003e7feee3494c0d8d7910d1283c6af7a8c1087432363923d 1 0.00/1.00 vMB 0
417,775 417,775 000000000000000004d713d1ee5b451eafe4c4dee2050100d4dbfb9b43f74d14 2,225 1.00/1.00 vMB 58
417,774 417,774 000000000000000000482cce8eda5a7631d7c931c266fa6d99bf191e2f9d7ac8 2,310 0.93/1.00 vMB 50
417,773 417,773 000000000000000002bb9fa65250f25e24d763ed5919e7d0568c2fe9e5540ac8 2,180 1.00/1.00 vMB 61
417,772 417,772 00000000000000000014a6e5628505a0dd69c30d2b9c9538c307143d390bf1a4 2,044 0.99/1.00 vMB 42
417,771 417,771 00000000000000000286f179217c629b4ba21f72648123cf66e6ba45bcc8672d 2,901 1.00/1.00 vMB 92
417,770 417,770 00000000000000000403244fb88bf9ec46f1b03cf119b64e9389a2b3035284cc 2,628 1.00/1.00 vMB 76
417,769 417,769 000000000000000002cacd64ce907302ddadc42b63e1bbce2843d8f27b17fb2e 3,157 1.00/1.00 vMB 55
417,768 417,768 0000000000000000015715206496a22adf4c97362ee5d95a9e68d96af4e582e4 2,690 1.00/1.00 vMB 82
417,767 417,767 00000000000000000382280e29216046af206b8705e8a6a5d59e63692d12d405 607 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.