Loading Tool

Explorer IconExplorer

Memory Pool

86,076 transactions
32.32 vMB
0.10776059 BTC
Random Selection Loading Transactions
Max Size: 194.43/200 MB

Candidate Block

Mining Attempt fca271fd709ecd24a34c9ae88bbf3632c18f8bee17c025a27048732e8a177518
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root eba09d53b97f64a6c9464c4f66e1fb58c3a5cfefa6c3575eac0c29b2e6ca1df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.03458230 BTC
Feerates: 218.18 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (419,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,532 495,532 000000000000000000bdd48d340216a894886b25eeded948aacac6725da0f395 288 1.00/1.00 vMB 8
495,531 495,531 000000000000000000898473758c72b19e777d40decf44ed19678c6179e73f89 518 1.00/1.00 vMB 36
495,530 495,530 0000000000000000005554c34b49253be3659ea6aea79f9a53a23a8c44312ef0 1,433 1.00/1.00 vMB 57
495,529 495,529 00000000000000000014ea083d74176b682dbeee64a7f424c75fc956bfe01e47 2,670 1.00/1.00 vMB 154
495,528 495,528 0000000000000000002732bc6e8a4f9af68ca026760cb2918f80a69e0fe16abe 2,482 1.00/1.00 vMB 219
495,527 495,527 00000000000000000038d2e5d1b796f1c92a0361224a1b5e2551ef50b3a4e5b0 2,555 1.00/1.00 vMB 85
495,526 495,526 00000000000000000067e466dfe0e4f3499a5c67307a6159cf34d6eee7eaa140 2,458 1.00/1.00 vMB 298
495,525 495,525 000000000000000000077efd529d19888a02101e613481867382d4d1674d5142 2,539 1.00/1.00 vMB 165
495,524 495,524 00000000000000000038161dbd1e4bcc2cacc4ffb6de004b7b3af240a24f6e10 2,540 1.00/1.00 vMB 33
495,523 495,523 000000000000000000c375b7a4964baf86b173a38c3d9a40fd974c4b89f1b8bc 2,282 1.00/1.00 vMB 194
495,522 495,522 0000000000000000004b5de1b641d116aee1eb9cd1e0bed9d6290fc97f113997 1,557 1.00/1.00 vMB 145
495,521 495,521 000000000000000000ae3483133eaa3806c3db2e4f5760cbbf219d0c036747e0 1,872 1.00/1.00 vMB 238
495,520 495,520 00000000000000000049bfdec57ff3d35b7b651dcbe0e1ee2227800b2875459e 2,245 1.00/1.00 vMB 263
495,519 495,519 000000000000000000bb2d5c759ce6d7ade4c23ab5b20a334944c15e56f66477 1,280 1.00/1.00 vMB 77
495,518 495,518 000000000000000000b8b6bb7f17b01ebc434f784933a5cc1b56f7ed3f460fe3 693 1.00/1.00 vMB 38
495,517 495,517 00000000000000000061d75b94d5b94b6a9c3928af866774ac812718bc970ae5 2,224 1.00/1.00 vMB 172
495,516 495,516 0000000000000000003f4cbb241358f2cad6f11cc3cf236d26a314dbba3eaa47 550 1.00/1.00 vMB 33
495,515 495,515 000000000000000000a9f68c07e047063ecb06c5ae0fdff0daf2283434ff9ea6 1,824 1.00/1.00 vMB 125
495,514 495,514 0000000000000000003ca667fdffaf1a33697409cc80a983fa495e51cd9d9562 2,111 1.00/1.00 vMB 139
495,513 495,513 000000000000000000377fb850307400db7c41561305a4f6db2ff5a9b1b51767 2,038 1.00/1.00 vMB 60
495,512 495,512 0000000000000000008eaede3d40af9621816b0af1790b9a588cd68db088c067 2,232 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.