Loading Tool

Explorer IconExplorer

Memory Pool

77,670 transactions
28.59 vMB
0.09856561 BTC
Random Selection Loading Transactions
Max Size: 173.72/200 MB

Candidate Block

Mining Attempt e3d120de2bd3c895baef2c7dce8fd9d3cae12108cd52b9fcb58370c1ad0b6a71
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 2fdc7e5c4c37760396d546f5bb0eb90402f413fcf40f5032ea0ec8536aff9ca1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.03323864 BTC
Feerates: 201.07 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (287,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,414 627,414 0000000000000000000a971551955c37eec2761c9fca29257abb74558319020c 2,082 1.00/1.00 vMB 23
627,413 627,413 00000000000000000004b5cb00c1bd0ca027bc5e247e22fb519eb8b01579734c 1,380 1.00/1.00 vMB 17
627,412 627,412 00000000000000000002d6d09a07b5f8f48cb929e14e039ec25765d61fc8a082 1,294 1.00/1.00 vMB 18
627,411 627,411 0000000000000000000bd7513de66443ce974a4e49d821ae6abda766e211f74a 1,197 1.00/1.00 vMB 15
627,410 627,410 0000000000000000000b1a4e53814ad13fd4dd26abc55e62aea62aa4efc6f3d0 1,326 1.00/1.00 vMB 15
627,409 627,409 000000000000000000044f513b40af410d176234dba5c94f050c55c5b8b6409a 2,286 1.00/1.00 vMB 24
627,408 627,408 00000000000000000008d9dab10f48fc8c61f006aa9caa422fa8d6913278d552 2,314 1.00/1.00 vMB 34
627,407 627,407 0000000000000000000b30fa32fcfc77314a16bf2a51b93d88a1d7bacb84a1ea 2,872 1.00/1.00 vMB 32
627,406 627,406 00000000000000000000f3f69a7860b457137342144f97c5a25e41edecfbdc3f 2,710 1.00/1.00 vMB 37
627,405 627,405 0000000000000000000c8cf20f7565236b888796176e22555a8dedbe2c599e46 1,961 1.00/1.00 vMB 6
627,404 627,404 0000000000000000000b15df9f6d3ac6055bb5349fa22926564f44e1a0366273 1,246 1.00/1.00 vMB 16
627,403 627,403 0000000000000000001002a27280126d5ebc15657143af5ce26bbe742f61fb7f 1,368 1.00/1.00 vMB 19
627,402 627,402 0000000000000000000ee6ecd7b17c1e550cd86f3ba09ca465c0710466e7f56e 2,190 1.00/1.00 vMB 30
627,401 627,401 0000000000000000000c08cb24f5cefb7153b6f16625cec04785115ee8d7aa29 1,718 1.00/1.00 vMB 8
627,400 627,400 000000000000000000051cc5dce67739be606eb6ac75bb5b3d0b8745256c2920 2,358 1.00/1.00 vMB 25
627,399 627,399 000000000000000000113b754f1a2cf0e9ee2f9a830caaf816bde36df574472b 1,688 1.00/1.00 vMB 12
627,398 627,398 000000000000000000105dd43e4cd4d38cc14ee3d05b3c1331ce49bae59352f5 2,427 1.00/1.00 vMB 33
627,397 627,397 00000000000000000011296933315922f5907193549ec969b503ac37d78b5727 3,048 1.00/1.00 vMB 44
627,396 627,396 000000000000000000010c7205d30547d5c05d3bd4181a03387272912b639e1b 1,984 1.00/1.00 vMB 16
627,395 627,395 0000000000000000000c010968c5b079042098d1894f5e376603acb8c3e46639 2,035 1.00/1.00 vMB 20
627,394 627,394 00000000000000000005c19b22bb24caad6725852e18ca03fb14eb0f39b9b5ab 870 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.