Loading Tool

Explorer IconExplorer

Memory Pool

35,038 transactions
25.71 vMB
0.08126263 BTC
Random Selection Loading Transactions
Max Size: 130.40/200 MB

Candidate Block

Mining Attempt 230d36b044c29410c71f9620c0d1c8d45d863c25c7b02d4fa41b2db8e2101654
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 8f16d25745ddbea2a8bab3ac4eac6d58cace74aa8b27ebbda34c7e8bd06c9591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02910956 BTC
Feerates: 150.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (493,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,814 420,814 000000000000000004e5a584844fd9202cf81f0bf685b23474555c94bb55bade 2,374 1.00/1.00 vMB 60
420,813 420,813 000000000000000002641689a1cb9465a82ce3cbbe34282c7846d339063aec2a 555 0.23/1.00 vMB 69
420,812 420,812 0000000000000000020095e649b0a684b66e87d57e4409504ae48bad1e2b7d90 1,157 0.88/1.00 vMB 43
420,811 420,811 000000000000000003c773a7e0c7b55578f3be14a1b5b7c68fc8f8f79164b497 930 0.98/1.00 vMB 31
420,810 420,810 000000000000000000e4aa25e34985d4eb4d787a67e78c4e07fa035afd25002a 1,865 1.00/1.00 vMB 32
420,809 420,809 0000000000000000048998ab7beeda6db8b64fb89b96b7741ab88f4f7f07db1d 2,571 1.00/1.00 vMB 78
420,808 420,808 000000000000000004844d7df16694ccd529e8581b8254c921cfd27d1359a675 1,232 1.00/1.00 vMB 31
420,807 420,807 000000000000000002b71bca0205d04ced8bcfa51151b3a152ea467dce9ad7c5 2,094 1.00/1.00 vMB 42
420,806 420,806 000000000000000003af6f55353f45bd721d520d511a5dfb759cbb9281593bc4 2,670 1.00/1.00 vMB 75
420,805 420,805 000000000000000000feed37269eeb2a91cff32fee8ede2b64c0684ceb4ac311 645 1.00/1.00 vMB 24
420,804 420,804 0000000000000000040c7e64a01bb53f8f72bd8de35ac5d4e1e3c6820063d9b6 1,021 1.00/1.00 vMB 30
420,803 420,803 0000000000000000002bba0262c452a4109b130c5eb690e95876255b8741543f 2,265 0.98/1.00 vMB 62
420,802 420,802 0000000000000000019c67c7271aa8ed038ab1c83a560406b3578c14d22e814b 747 0.99/1.00 vMB 31
420,801 420,801 000000000000000004918e9cfc0b3330f84546ff7cbf0a7f339f4cd6f2d6c243 1,160 1.00/1.00 vMB 41
420,800 420,800 000000000000000002dceba06e4a97286ed44857e346f2956086eca11c4d1485 1,708 1.00/1.00 vMB 46
420,799 420,799 0000000000000000034f2e94549fd6172464fb0d30d449898815c101a2bca883 2,002 1.00/1.00 vMB 52
420,798 420,798 00000000000000000006a1ea40ccf2e52abfe1161006d6b300d92acdea85e80f 2,187 1.00/1.00 vMB 58
420,797 420,797 000000000000000004f3b89eebde43292af2db4576eec086f88b3be25dd1cd14 1,480 1.00/1.00 vMB 34
420,796 420,796 0000000000000000046a1871fa63a37106af351e8981d885c1c5e7545e38aeaa 1,935 0.74/1.00 vMB 66
420,795 420,795 00000000000000000422f661983c7e6ab5c8959a479dee0affc56c4778db2113 2,118 1.00/1.00 vMB 42
420,794 420,794 0000000000000000051de550e643c0f412d775fead2ae36c8638abc8bc994e19 1,685 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.