Loading Tool

Explorer IconExplorer

Memory Pool

80,516 transactions
30.24 vMB
0.12556941 BTC
Random Selection Loading Transactions
Max Size: 181.14/200 MB

Candidate Block

Mining Attempt 090781a1619185c7bda7579535c1eeeab9b0f2cfbc810ca356fd461ab4c3a0e4
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 9d47cb75f93524009c95d060948e3b5e07731e119a0165490ebb930bc553be8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,203
Size: 1.00 vMB
Total Fees: 0.05563069 BTC
Feerates: 150.86 > 5.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (349,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,076 566,076 0000000000000000002d15ad7fb1e1ae7308c775e9a91e2569562ab7e35234ef 3,421 1.00/1.00 vMB 44
566,075 566,075 0000000000000000000d0a3afcc0f534570b3d63aff7648c9b4b6f31c2c94bd4 1,829 1.00/1.00 vMB 46
566,074 566,074 000000000000000000083a440d8db9957ca272366925beb4c8d47ff130c40438 1,901 1.00/1.00 vMB 30
566,073 566,073 00000000000000000009431c22adc59191867158b45c90259678a10301625559 1,658 1.00/1.00 vMB 42
566,072 566,072 000000000000000000262cba5ecacc00480bd6302407233954c28830ce83f4d7 2,489 1.00/1.00 vMB 27
566,071 566,071 0000000000000000000dfadb8fe3b8375fdbccf26ce305ee7c7bd98970f905a7 3,183 1.00/1.00 vMB 47
566,070 566,070 0000000000000000000f04a69c6b7e7a776ba1e000de0d2a0d6d8a3ea964e7f5 2,336 1.00/1.00 vMB 21
566,069 566,069 0000000000000000002ad8ee1bfc1f18f4b6a5ab28f35b6289922165ad0a0329 2,424 1.00/1.00 vMB 43
566,068 566,068 0000000000000000002635883b23080e6943b233230e2e98b63c340f331969cc 1,620 1.00/1.00 vMB 22
566,067 566,067 00000000000000000021d3d20e535d4fbcf30bb84f5259d1bc782a5f1af4a111 2,714 1.00/1.00 vMB 28
566,066 566,066 0000000000000000000f67538261d5cdb63ddbaa3e8ae33408b8057c3e4ae320 2,812 1.00/1.00 vMB 26
566,065 566,065 0000000000000000001a9f549bc97e915e21884b209394b6766c1e9f19d82ebc 2,562 1.00/1.00 vMB 30
566,064 566,064 0000000000000000001e4a6928dd8d4f6a12cf59e5f57aa328fe85dd7a8ba727 2,641 1.00/1.00 vMB 39
566,063 566,063 0000000000000000001599c1c3bf47a645e2aed241e4eab83d6cab148df08e77 2,915 1.00/1.00 vMB 38
566,062 566,062 00000000000000000008859056058e75264a2550e4736c17896b8cc41fa79863 3,262 1.00/1.00 vMB 46
566,061 566,061 0000000000000000000cf652f9553436fd70977441dae7e083f87cd153a2f84b 2,712 1.00/1.00 vMB 55
566,060 566,060 000000000000000000073179b014c06d373dc834a9765a98166b458888603095 2,359 1.00/1.00 vMB 32
566,059 566,059 00000000000000000013882006b285d8fdaff7f7d90a37c9106dc46cd016a361 2,453 1.00/1.00 vMB 35
566,058 566,058 0000000000000000002e4dc59cbd636d48c9f4be17ad91c5e761dd007a9d3e6c 2,607 1.00/1.00 vMB 39
566,057 566,057 0000000000000000000018d58bfe4e959c81beccea8d85a1928e7872799d7f15 2,513 1.00/1.00 vMB 43
566,056 566,056 00000000000000000016a773e89257912de720d4fdf5c4599fb48b2bb167f3fe 2,991 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.88 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.