Loading Tool

Explorer IconExplorer

Memory Pool

46,733 transactions
27.35 vMB
0.08355001 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt c38889bc8ee2bafa29ff3dbbfcf26d3e47bfe728de87db22b6f4ac3658588fd9
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 2acea2008c7d48396d0c2863a4a92dd6c79ba09475a0a4a2b67975f7f2e1e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.03162400 BTC
Feerates: 298.51 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (815,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,553 99,553 000000000001a2bf85f70045e07e65e65cbf9530cbfcc4d303b37e7d0f466e13 1 0.00/1.00 vMB 0
99,552 99,552 000000000000dfa0d4ffb55c838335eae454b00b91d2ffa31886720ac0929bd5 2 0.00/1.00 vMB 0
99,551 99,551 00000000000423e8d83299c4b53ef2945e0894538eab8e31c895c9b35470cbcd 12 0.00/1.00 vMB 0
99,550 99,550 00000000000177be82f274ec6ea718b8288475522aca4e0b8f0ccc4757c4bedf 12 0.00/1.00 vMB 0
99,549 99,549 0000000000027119c34fd7dc1ce22062bc825b986834b85d49277027fd25d188 9 0.00/1.00 vMB 0
99,548 99,548 000000000003acafa867194725200f2731d1b6f6934f306577f904228f301420 3 0.00/1.00 vMB 0
99,547 99,547 000000000000cc79a3f9c18e87b68ea2ff51e5f1b8bdea868dbca735d8795989 2 0.00/1.00 vMB 0
99,546 99,546 000000000000abad2158af753fbd154332dc1ee54a9a8ac3cb1e0e35935fa3c7 5 0.00/1.00 vMB 636
99,545 99,545 00000000000374314fe594f2d69fd931b50cc1cb7068e6af949749482899a31b 1 0.00/1.00 vMB 0
99,544 99,544 000000000001e34e666832dc6e4c0cf64154f85219886baa3c8e02e94b118dcd 7 0.00/1.00 vMB 1,491
99,543 99,543 0000000000022b6e3cc5ab45489cebe4dc7a40abb1fbb62fe4b8f350611d8af0 3 0.00/1.00 vMB 1,937
99,542 99,542 000000000000b4ad4d35f7bd318dfde6cef29eeab21f11872efc89ac0d019ce9 1 0.00/1.00 vMB 0
99,541 99,541 0000000000009a382a27ffbac00619359b42eb7e88fe2bf3e9c796972377ab32 1 0.00/1.00 vMB 0
99,540 99,540 000000000002f3981b65c003f8a15aa0e8fdd250367ec9ca67cb9c623db95218 1 0.00/1.00 vMB 0
99,539 99,539 000000000001a8de8274179dca58a3244dedda534a70e0f9527c5e7f7d94a96c 1 0.00/1.00 vMB 0
99,538 99,538 0000000000016e8d01002885ff54511e0fd09a2fa4b4290a64770c3ad581728f 6 0.00/1.00 vMB 0
99,537 99,537 000000000003e50e489e1d8d82cba974e714cfe4a2160e2d66c4708b93ddb8e4 9 0.00/1.00 vMB 0
99,536 99,536 00000000000119cc1d30d0d8795bc4cb6ff902c504cd47002444f58328773c10 7 0.00/1.00 vMB 0
99,535 99,535 000000000001f7bd7351c84252eb2a5cdf2500c9a24c3c371c844c3754bbd0e5 5 0.00/1.00 vMB 0
99,534 99,534 0000000000037cadbb8be55a4bf60cc02617ca4194439b9911642b07c1922997 5 0.00/1.00 vMB 0
99,533 99,533 000000000001bf9f55ea9cc21eb73f58edd67771efe68416c9906ef2d278ea53 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.