Loading Tool

Explorer IconExplorer

Memory Pool

80,587 transactions
29.70 vMB
0.09504066 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt 3b6da89e4b57d289eb7b7e7a99143ef6c63ac4f2e6803d84a03f842cbb53dcda
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root b77b956c61000150c1c0d0d56873bc1128a00393aaf6ca3c62b5be8c67d67c28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.03152404 BTC
Feerates: 502.67 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (335,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,076 580,076 000000000000000000116af7ba0b7b4e8af9ff48609f7d32691ab4ad90de0fc2 2,548 1.00/1.00 vMB 35
580,075 580,075 00000000000000000000374132fa2182d9c4ec85647146f3632156e6bdd3f9a5 2,615 1.00/1.00 vMB 85
580,074 580,074 0000000000000000001b4644b57c51e51e97c476bf3527dfc7322be9379524e4 1,818 1.00/1.00 vMB 61
580,073 580,073 000000000000000000164ff62ae105614b7be221b22826586b1b8f7044f7c0f6 2,339 1.00/1.00 vMB 109
580,072 580,072 000000000000000000017895aecdb28ae836b15c8d55d0d4d750cd5eb1a5fa39 967 1.00/1.00 vMB 21
580,071 580,071 0000000000000000001dae195d443c1be4250561b3656052651aa5273ab77924 2,544 1.00/1.00 vMB 97
580,070 580,070 00000000000000000001463547cf00e421b103980019e6ed93112148e706c498 2,071 1.00/1.00 vMB 11
580,069 580,069 00000000000000000006a2b2656c473676aba7be7f087e5f67b067fd29802674 1,420 1.00/1.00 vMB 53
580,068 580,068 0000000000000000001793b6210094bb3644899b79470a036d147662d04a48d6 1,856 1.00/1.00 vMB 39
580,067 580,067 000000000000000000120631824627d15ee1142ad6fa24b8656ed5b34196820f 2,718 1.00/1.00 vMB 94
580,066 580,066 00000000000000000005b7a9ea19b1427e0c218b89ea2ea904937a99a4c1a44c 2,785 1.00/1.00 vMB 36
580,065 580,065 000000000000000000050159341494e37bcd19b3388589008e13d45a9146370f 2,813 1.00/1.00 vMB 115
580,064 580,064 0000000000000000000b9ce2bd467f169a5bf3718a5fae0eaadead383853edd9 2,001 1.00/1.00 vMB 29
580,063 580,063 000000000000000000180e0ba413d792ef3872491a68bf5dfe3d2e67d304ebe1 2,196 1.00/1.00 vMB 60
580,062 580,062 0000000000000000000db516b07c32ae97030cc64a84b8f73c2de8605438f914 2,276 1.00/1.00 vMB 79
580,061 580,061 0000000000000000000b0a26e5fff98d5fe320f83587f1dbec0c00b872d5a668 2,717 1.00/1.00 vMB 93
580,060 580,060 0000000000000000001d10bdc5d0968501e1c8b7472dc0f55eed05529cdae0a0 3,081 1.00/1.00 vMB 136
580,059 580,059 0000000000000000001f532243955ff40cb73a9b7938b0a1ac4b3a2c6f234759 1,862 1.00/1.00 vMB 37
580,058 580,058 0000000000000000001991f40aba5d0fb18895c1bbfe29f2ea2378f0b9dc309f 2,476 1.00/1.00 vMB 93
580,057 580,057 00000000000000000018e1a8c4c7033f37338f052d0868865e76d1a26e656291 2,804 1.00/1.00 vMB 100
580,056 580,056 0000000000000000001007b2414590b36486b087a1e06aba4396ea52582bec45 2,215 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.