Loading Tool

Explorer IconExplorer

Memory Pool

81,460 transactions
29.95 vMB
0.15657853 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 419b641b6a41c820276b8ca602aa3eba78944b85c4c5b14a0af67967124166d4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3095cb0d2bc14fba0fcd73e2c71aab9fdda402ce90212d638931a959f0696c85
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 1.00 vMB
Total Fees: 0.05961136 BTC
Feerates: 1,002.91 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (287,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,668 627,668 0000000000000000000b2b4da64e85356deedb5f5c350d8460f90e5979a83526 950 0.97/1.00 vMB 5
627,667 627,667 000000000000000000034ea4d0bec6464560c48d9872cea949e1f42c9a093000 476 1.00/1.00 vMB 1
627,666 627,666 00000000000000000002b29f16bad93c3f8ce06efdc5e695d71a7f7bc7957a80 616 1.00/1.00 vMB 6
627,665 627,665 0000000000000000000c7750676ab20bf481929e4a6d08f2f01dd5a8e83e1fae 1,957 1.00/1.00 vMB 16
627,664 627,664 00000000000000000009620b5e18c2f9e852ee21dc2290dfec811aade3d997c2 1,792 1.00/1.00 vMB 17
627,663 627,663 0000000000000000000b9bfb569b5805895803a228fa1b03dca14de3bef911fb 357 1.00/1.00 vMB 3
627,662 627,662 0000000000000000000758f49855cabc43defa9b1780486ff2ed04dde876f5c8 1,102 1.00/1.00 vMB 12
627,661 627,661 0000000000000000000cf1101751f1d3fd1e9a6a0b24916a684b1497673e449e 463 1.00/1.00 vMB 4
627,660 627,660 0000000000000000001131d6e44a6d14a148413fbeb42b9cd431e8e64d6b5e4b 1,442 1.00/1.00 vMB 13
627,659 627,659 000000000000000000069fdeae9ddde6c9344a44724c13527ed96b8167ba8068 2,282 1.00/1.00 vMB 28
627,658 627,658 00000000000000000000b7c0287e8920072da1b825996895cae03d1fd35ed91e 2,043 1.00/1.00 vMB 24
627,657 627,657 000000000000000000000b6096337b1a1187a45de5b9e06369daf5692b9a67c0 1,470 1.00/1.00 vMB 16
627,656 627,656 000000000000000000001113cd57c1f1b0a7e87481e113d897c3920a95923de9 1,753 1.00/1.00 vMB 19
627,655 627,655 000000000000000000095500a9f0c5daf7dd39bf15b58bf7967b7f5c711587d8 1,359 1.00/1.00 vMB 7
627,654 627,654 000000000000000000091e0e2f79728147d3e4aad9638a02b477e2f6caf1662f 2,720 1.00/1.00 vMB 28
627,653 627,653 00000000000000000006a280a386ec3de5722a162cbf43334ac9550cd92de7f9 879 1.00/1.00 vMB 5
627,652 627,652 000000000000000000087fa8ff20c7f8de61ea95a777392afd688b3468db760c 2,510 1.00/1.00 vMB 15
627,651 627,651 00000000000000000004b242fd4f023529f5807539a2d888fb8355817b4896e8 2,520 1.00/1.00 vMB 38
627,650 627,650 0000000000000000000de12e82133e77f4911e230f53f88bbdfd2611089b7242 2,571 1.00/1.00 vMB 18
627,649 627,649 0000000000000000000d4b76d23d298061ef769545346e50476f9b13755e425c 1,842 1.00/1.00 vMB 14
627,648 627,648 00000000000000000007bb6554c818b5164f0f7a6912704779f7ab45e3e285d1 709 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.