Loading Tool

Explorer IconExplorer

Memory Pool

45,207 transactions
27.40 vMB
0.10554332 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 1cceecf7ef2e70799ca883f74b856c4c276a0a38951a9d32f5102c7c967a4c6c
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 431cf4daa285330f4c278a4a991ab925804d113af460551bc8a5a345149a980d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04775102 BTC
Feerates: 151.01 > 4.78 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (72,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,065 842,065 00000000000000000000ba1dd4f6c8de6e4f0ffd44dbe79aac19456856a21973 5,479 1.00/1.00 vMB 37
842,064 842,064 00000000000000000001eb6499eeaef6d5f3950e0fca7ca908dd59d8a9884317 5,314 1.00/1.00 vMB 30
842,063 842,063 0000000000000000000136bbb230782a780f9b0930fbcc17e9bcf8cac3905375 5,637 1.00/1.00 vMB 29
842,062 842,062 0000000000000000000282be7d1148a16cdc3d95f651a9c1dee98d7197374edb 6,150 1.00/1.00 vMB 27
842,061 842,061 000000000000000000029748c058bb05d322f3b7dcc6cafef3d163594f6d7996 5,529 1.00/1.00 vMB 30
842,060 842,060 0000000000000000000118c4369bbe2a16f0c4490c53ac4cfcac4dca1466f685 4,863 1.00/1.00 vMB 23
842,059 842,059 00000000000000000002d29d00e3691ea651977b863a5003b13dd8e83c6225e3 5,683 1.00/1.00 vMB 27
842,058 842,058 000000000000000000017d57fb25fb3e0428795063a6de784e71955e0e84ab96 5,856 1.00/1.00 vMB 31
842,057 842,057 000000000000000000024190dbe25466c1a53bf527d366fadb74bfaafa03faec 5,833 1.00/1.00 vMB 32
842,056 842,056 000000000000000000004d1b3fb884a66f756a8fde5e396533444576f285a7f4 5,078 1.00/1.00 vMB 31
842,055 842,055 00000000000000000001bd85599247fb3f79d689a121850d76bcfd558afba6c8 4,892 1.00/1.00 vMB 37
842,054 842,054 000000000000000000010659b6fe78ebed059f8b76f73a1212b514e770ce5bf9 4,121 1.00/1.00 vMB 37
842,053 842,053 000000000000000000022957d05c8c719e8aa110717ceeed80c8188d1b00f009 4,739 1.00/1.00 vMB 33
842,052 842,052 00000000000000000002c2c7d9964527898313a4616e0112e275cdae544d3215 4,820 1.00/1.00 vMB 23
842,051 842,051 0000000000000000000013e11687d23efb0c3f1081860138e937e5f9cb39568b 4,036 1.00/1.00 vMB 24
842,050 842,050 00000000000000000002962900e9a9be1b4b9ede97f766068861d7423bc5fa0a 5,409 1.00/1.00 vMB 27
842,049 842,049 000000000000000000005c273bfda7a8f9a23d5a40885d3011ecf72678927698 5,711 1.00/1.00 vMB 34
842,048 842,048 000000000000000000009af2b4a1cdf7251a97d5b06fc5c8f44ede19753b890c 5,626 1.00/1.00 vMB 29
842,047 842,047 00000000000000000001d1cfafb9d5a5a53a4071ea357001101f0c9089dca8d8 5,713 1.00/1.00 vMB 36
842,046 842,046 000000000000000000021004766f3c7c956c9b9da9a1ab37568f332a107aec88 5,202 1.00/1.00 vMB 36
842,045 842,045 000000000000000000030a1b7f8feea78e3bc7ba12709f90a033b7f59c7d3102 5,536 1.00/1.00 vMB 29
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.50 GB
    • Received: 13.91 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.