Loading Tool

Explorer IconExplorer

Memory Pool

46,766 transactions
29.12 vMB
0.15225484 BTC
Random Selection Loading Transactions
Max Size: 152.20/200 MB

Candidate Block

Mining Attempt 03e96c8d266c0e5a759b5d85cbe98b9115acccb53e5f34b6042abd8137a41bb1
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 60f109c616b64a181137878366fbbcbb9e849dba40357e27b7b321134ef7e000
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.04359644 BTC
Feerates: 100.65 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (78,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,541 836,541 00000000000000000000f0a5494b16a7c725efd18550f6c5fe013baa79e08d79 3,803 1.00/1.00 vMB 34
836,540 836,540 00000000000000000003345c82b99f2358488aa01afb6314d9d5e34466ee0d73 3,547 1.00/1.00 vMB 41
836,539 836,539 000000000000000000023badaf6ef5862790a966ecc2395a34fff6849aca116d 861 1.00/1.00 vMB 31
836,538 836,538 0000000000000000000142fd46283aa82ee2e44c47a1b9052ab615a016195356 3,101 1.00/1.00 vMB 35
836,537 836,537 0000000000000000000082512fe229fbf0ffe5341ec0a3a4102916b2c2ccc335 4,464 1.00/1.00 vMB 37
836,536 836,536 0000000000000000000318a563da984c978c84c1f1f60c045429e0e4aea7ba70 3,082 1.00/1.00 vMB 42
836,535 836,535 00000000000000000000bcb52084bb06af294cefee70b483619ecaad98e8c35b 3,441 1.00/1.00 vMB 49
836,534 836,534 00000000000000000000c260e612214955c935979bf108a0f0858ba427b8015e 3,545 1.00/1.00 vMB 33
836,533 836,533 000000000000000000034bfe1cde13d83b889768f68d1c65ea29b84e8729a32a 4,065 1.00/1.00 vMB 38
836,532 836,532 000000000000000000013c6e45c874abd10bb9285a86e456bac0517b18d77691 3,607 1.00/1.00 vMB 37
836,531 836,531 0000000000000000000075f37f5ddd30f377d19e924a9b9a0a3ed89d25a1a157 2,973 1.00/1.00 vMB 46
836,530 836,530 00000000000000000001768aaa6a9cf7e54bedde6bb1dcf3369c9497b5c04b30 3,620 1.00/1.00 vMB 41
836,529 836,529 00000000000000000001e8221b1f5711d58cd8a7e175b1c6b617de0e6c8ed99f 3,632 1.00/1.00 vMB 41
836,528 836,528 00000000000000000002645decd14737eb9005e8b4b2a635ba26093ae328d5b1 3,207 1.00/1.00 vMB 50
836,527 836,527 00000000000000000000e6e092365f21e9c3145ca7c173ccb1eb1a5f74f20d5f 3,296 1.00/1.00 vMB 52
836,526 836,526 0000000000000000000175ca52c10f76474eee144c6ba496e8dbf1a40461aed4 4,140 1.00/1.00 vMB 40
836,525 836,525 000000000000000000009d4b467dbe7a0581a76ee031646695ffc0c847bdf36b 3,424 1.00/1.00 vMB 38
836,524 836,524 000000000000000000031fa1cde9ceb3aadd81d2854420e9034ef63aa1ca2758 2,810 1.00/1.00 vMB 26
836,523 836,523 0000000000000000000160188646bb04d5aa73c4275c6e28e06c9bcd251ea195 2,823 1.00/1.00 vMB 21
836,522 836,522 000000000000000000025a27ed4428a79cc39b6c05b8bffe9bd334edcd7144e5 2,495 1.00/1.00 vMB 20
836,521 836,521 000000000000000000008e6b9051a8a73099668adf772f830a4bdec52b4c6d68 3,451 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.