Loading Tool

Explorer IconExplorer

Memory Pool

77,940 transactions
30.10 vMB
0.07211411 BTC
Random Selection Loading Transactions
Max Size: 182.60/200 MB

Candidate Block

Mining Attempt ec76928db715e0dc2423013c972aa6561823b656779acba327f818f1dd9f0390
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 45c7bc4507b9a507da22d02c3642f32be7fea841ec9d44d73a588af853a9d84f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.00817229 BTC
Feerates: 45.66 > 0.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (504,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,660 410,660 0000000000000000018b99ea8a6b3083aa1225854b3b0079c2b5e3732d73c82e 2,604 1.00/1.00 vMB 49
410,659 410,659 000000000000000001b36b9316f74528b67fc3d86e6501125e690f67eed4b8f7 3,178 1.00/1.00 vMB 64
410,658 410,658 00000000000000000327b779cff6685d9c0fbf893e9409464f82dcc4c8b0b3cc 1,502 0.59/1.00 vMB 37
410,657 410,657 000000000000000001ed0b846f9194bfda2823199fc589765040d4da1b9a3339 404 0.16/1.00 vMB 36
410,656 410,656 0000000000000000037e1eed9add1adff0a57271c54486535d3fd33e93a7ffc8 2,058 0.84/1.00 vMB 37
410,655 410,655 000000000000000004622b2dddc9e5450fbe23c8bddd52dd8dd8ac9da6e0938d 1,127 1.00/1.00 vMB 14
410,654 410,654 00000000000000000285474b7465a520ae0e49832589f39adb0317de201de9b6 828 0.32/1.00 vMB 37
410,653 410,653 00000000000000000420a2f67f0366a82822fba96968f0bbcdead1dd885b46b0 953 0.47/1.00 vMB 33
410,652 410,652 000000000000000001c6e77cf0db567fec0f12584f4d6926bfd4f00bb6f81e37 1,394 0.55/1.00 vMB 47
410,651 410,651 00000000000000000208c08ea38ded39bf9ab6b0c290b9b7619d9d5fb7005815 151 0.06/1.00 vMB 61
410,650 410,650 000000000000000001dc5a0636cf22b1bc25b096a0410f719d2453abfaa5828a 997 0.45/1.00 vMB 38
410,649 410,649 000000000000000004572b9f8ab61db3ddccf06eb827c020e432fae120f33c45 1,818 0.72/1.00 vMB 40
410,648 410,648 0000000000000000042d85e43a386f2a22639ce520dc569d7c1cd4b7f17c0961 369 0.24/1.00 vMB 31
410,647 410,647 000000000000000001f5fed43a8307d55801f4c3605224d83e9b667da60364e6 2,281 0.95/1.00 vMB 49
410,646 410,646 000000000000000005bf574cda7428520f4bdc4d33888666ea633de9a4c6b014 609 0.30/1.00 vMB 37
410,645 410,645 00000000000000000385bc667af659f7c3e7550af5a6793ef5a30a23d29caa24 1,061 0.70/1.00 vMB 29
410,644 410,644 0000000000000000060350ed9004db195cdf0322bba59745ae74b5d2a0154e81 2,648 1.00/1.00 vMB 47
410,643 410,643 0000000000000000050455bcb9d56a5d3886399e8bdff393c312c37646587fae 1,942 1.00/1.00 vMB 35
410,642 410,642 000000000000000001296aa24cc3ca612f98473a7514c18725312c891fdbf3fc 2,104 1.00/1.00 vMB 47
410,641 410,641 000000000000000004fe6a8a89ca2df9817183e23d3b35bdee66bdbb71baae69 1,719 0.70/1.00 vMB 48
410,640 410,640 000000000000000000cb4cde68bf6e21192f766e08c17fba6b65c60e8ad3b897 717 0.44/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.73 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.32 GB
    • Received: 16.67 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.