Loading Tool

Explorer IconExplorer

Memory Pool

84,516 transactions
35.24 vMB
0.17763366 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 755728fa29b48f5da981bae4257ccb38fd718a9e94b127813e5b74080d13f29c
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 513ebf7de0016b0cd87aa3d4b7a8fac57e3fa06420698bb0641307a28836ec9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,344
Size: 1.00 vMB
Total Fees: 0.04346704 BTC
Feerates: 435.08 > 4.36 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (904,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,726 10,726 00000000b611d82e65aefe763ba3271039101737ddb5c34f86557026206e6f2c 1 0.00/1.00 vMB 0
10,725 10,725 0000000044eb622c81e54c970fe39e1b578cf2d81e9d059397b62aa05dce1d91 2 0.00/1.00 vMB 0
10,724 10,724 000000001c972d8b2a9912c21b222ba1e499dffef993aaec585459b62de52023 1 0.00/1.00 vMB 0
10,723 10,723 00000000938df19f8676bc48d8acc5fbffffb330e6a277ce0a37cd0a12913a25 1 0.00/1.00 vMB 0
10,722 10,722 00000000689693d83bbe123723b4004cb7bfed83a5bb25514c9369be20935c7a 1 0.00/1.00 vMB 0
10,721 10,721 000000001f4d47e88135396e5d5ed0ccc92b46901e96306ae36a98ab31a9bcd5 1 0.00/1.00 vMB 0
10,720 10,720 0000000066d0a4f7ee68823c55859f48b55745ec726450e5185f038a0333275a 1 0.00/1.00 vMB 0
10,719 10,719 00000000579e06f00af96a561b020115a8fc6807af0b2b8ccf49e1d918b41fe6 1 0.00/1.00 vMB 0
10,718 10,718 000000001b81935743154ff5752d2181d5eec6f22547bcc6714904b1b062e7c1 1 0.00/1.00 vMB 0
10,717 10,717 00000000282f84e140e18871b6d72ae7cb12f70f8fc796aeb956a4ddf050a6f7 1 0.00/1.00 vMB 0
10,716 10,716 00000000e7bc7b89331b355bc4767e7b7dda2e284ed70483854be7ffbe75cf25 1 0.00/1.00 vMB 0
10,715 10,715 0000000048959de734652d1e726fe6a953e232caa7673bc53c452ace1dfdbd74 1 0.00/1.00 vMB 0
10,714 10,714 00000000b7f75539430b8cef337ffa9b376b7b9703aa9311788d18c6fedf264b 1 0.00/1.00 vMB 0
10,713 10,713 00000000258f267e1490c715c451cba90c02e3d65286aad8a907a1646bf095a4 1 0.00/1.00 vMB 0
10,712 10,712 0000000073d58c4a112019d3bed2c619aa1486b23e700e739920ec2a235ade37 2 0.00/1.00 vMB 0
10,711 10,711 00000000d5339b94f4a7427bda4f2ec1a8039336ca89dce0395a18db4c981b4d 1 0.00/1.00 vMB 0
10,710 10,710 0000000051f8bb082b0e9de08a676c31e8da7302be8d46ccadd28c38bc4386d8 1 0.00/1.00 vMB 0
10,709 10,709 0000000056626ed4022e955b40958c9120253ba8c4b6e91c09e95ed51645f994 1 0.00/1.00 vMB 0
10,708 10,708 000000005ed00a9905d4e04fa013bd70a28de304eaf30f6e26d404669e056117 1 0.00/1.00 vMB 0
10,707 10,707 0000000085720b2218bf0d0669407fd74057594097d019dee6f119127031550f 1 0.00/1.00 vMB 0
10,706 10,706 000000004233fad7805bfb1ddab80d82ad42efc53493184139d501365f48be6b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 730.51 GB
    • Received: 18.51 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.