Loading Tool

Explorer IconExplorer

Memory Pool

33,689 transactions
18.37 vMB
0.06407523 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.01/200 MB

Candidate Block

Mining Attempt 0381cc24617e210ffe492e84fc8c711da4a97ba47951a9c5b1ebb925204b106f
Version 20000000
Previous Block 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607
Merkle Root 7d744e9e045b260af284c7f8f0f08e23ed9f8132f0bef3e7ae6b46f9448dba48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,645
Size: 0.9978735 1.00 vMB
Total Fees: 0.02964884 BTC
Feerates: 101.64 > 2.97 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,882 (548,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,359 365,359 00000000000000000a8471cfc282b6a914a36977afa767ae0aade9bf0d66216c 2,417 0.93/1.00 vMB 62
365,358 365,358 00000000000000001379bcecd17d42c51e655ed425aab104797c400e6bb405e2 688 0.93/1.00 vMB 14
365,357 365,357 0000000000000000080823a5cbccd3684dad234505f1d0c589279770832a48ad 314 1.00/1.00 vMB 5
365,356 365,356 0000000000000000039ca2c096ce8f39d0e089346680761d9efdbc4d089a1360 549 1.00/1.00 vMB 10
365,355 365,355 00000000000000000b2f38332ffe78515f46553a47589b4cef5ce0100b955ed6 1,172 0.57/1.00 vMB 44
365,354 365,354 00000000000000000e3302a0e13d695250e969f8cec16b18d9c0f0c802550c12 360 0.75/1.00 vMB 9
365,353 365,353 0000000000000000008929018a453d4e7f9ffc1119ad22158c73f6b1c6c10742 300 1.00/1.00 vMB 4
365,352 365,352 00000000000000000728dcd86ecf29baf1dd47b897e700f516272dab972ae442 1,386 0.93/1.00 vMB 35
365,351 365,351 00000000000000000738f2d117fddd59c203f0976f402ce6415005075c02d498 870 0.75/1.00 vMB 28
365,350 365,350 00000000000000000502be67540ca0e32b1a2cf5da4aeb674f584b1fe707f9ca 1,384 0.93/1.00 vMB 66
365,349 365,349 000000000000000010f65b2a96a018271359de333e3b1aa3cd7dc1f93d71f5af 1,220 0.59/1.00 vMB 45
365,348 365,348 0000000000000000019be13535bd9010f31a248f269c846ce130c0059cbee584 1,564 0.92/1.00 vMB 37
365,347 365,347 00000000000000000b19f02f830b8ce7b1acced4166f69bb3b25206242eeca86 1,695 0.93/1.00 vMB 40
365,346 365,346 00000000000000000a3a18fdb22066a97f2c3c8cf33ae5ba719b0f3e7a2b19da 841 0.95/1.00 vMB 19
365,345 365,345 000000000000000000557867915ad73110c10c445a5120b3b6439b542bc61f63 2,026 0.93/1.00 vMB 49
365,344 365,344 0000000000000000007c35a02dcbc73a0d10ef4cbaee9a597fe16208a828f451 139 0.09/1.00 vMB 21
365,343 365,343 00000000000000001212f76e6741c6f2d091ea051ac3a6173fddfc28ada518c8 672 0.75/1.00 vMB 18
365,342 365,342 000000000000000007e1a3cfd70aa08ccaf45b7089138ab9d5eb706652926927 990 1.00/1.00 vMB 21
365,341 365,341 00000000000000000106eeebeea33b820da3421669ad59d2b854501d6faca95e 224 0.13/1.00 vMB 32
365,340 365,340 0000000000000000032ea9a5b1c72af4c2cdee9ba7331331d26fbfb9d0bcc632 1,070 0.93/1.00 vMB 24
365,339 365,339 0000000000000000042d5739085b1f61c9ee8b464e3e7b155654fe088cb1660b 408 0.93/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 780.40 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: 525.13 GB
    • Received: 5.15 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.