Loading Tool

Explorer IconExplorer

Memory Pool

78,296 transactions
29.26 vMB
0.07470001 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 594c1d0852707a49aa309b075d3cf0dda900e39fd7910bd683427838bd3f6eea
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 0151013633e388a37103b87ac5e1d1f4cd1e5815abeee69bed375c82bc76352d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.01070355 BTC
Feerates: 100.36 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (281,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,431 633,431 00000000000000000009981a6710dd94c2e3acb1cab8384d12eff1353a30bb43 1,903 0.76/1.00 vMB 2
633,430 633,430 0000000000000000000ce055caf5b557a4b8d5a8cde6d2ff2a40460524f6f866 2,324 1.00/1.00 vMB 30
633,429 633,429 000000000000000000105e5148e763e8c4adfd179f98baee38338a131450714f 2,941 1.00/1.00 vMB 13
633,428 633,428 00000000000000000000edfeaeacb0f234c35ea286f684316b1a7fc1870a46a8 2,787 1.00/1.00 vMB 51
633,427 633,427 00000000000000000009aa078f8f12dc75ca6d2b314b0738bc6abdc5cc54352f 2,860 1.00/1.00 vMB 44
633,426 633,426 00000000000000000001767b5b8fafd717636685b8ba830d64267a81926d5e0a 1,699 0.54/1.00 vMB 30
633,425 633,425 0000000000000000000aec17c551c72e5072fd20dec16f599bf6b6db5563f647 205 0.06/1.00 vMB 31
633,424 633,424 0000000000000000000facb4feb636be31a5af7e61ffff1f2176891a6ced81bb 2,033 0.71/1.00 vMB 5
633,423 633,423 0000000000000000000173c98b83c0ac08252a33d9f15d11ccf06ea677ca83af 2,644 1.00/1.00 vMB 47
633,422 633,422 00000000000000000003fb2ffa2c65e015de0fc5d0704611476fdb04d1127557 2,446 0.86/1.00 vMB 18
633,421 633,421 0000000000000000000dfb1c8972106ae7d7f74bcfe89bfbe926671c676f16cf 1,769 1.00/1.00 vMB 5
633,420 633,420 00000000000000000004c5fcf710ca4d99ad936500d542a2a3c0c1294b8cea1b 2,136 1.00/1.00 vMB 48
633,419 633,419 0000000000000000000077336c6bca48c6c4d2620c912cd07ff9b88ee8c0eea5 3,018 1.00/1.00 vMB 38
633,418 633,418 00000000000000000012cb488cee6f1f196a5c0999209a04df0e6080cea73ca1 1,489 0.57/1.00 vMB 18
633,417 633,417 0000000000000000000e6248e1e5a42f9f256f58c508ceec8ce0f3d2b6780719 2,617 1.00/1.00 vMB 30
633,416 633,416 0000000000000000000f59d17b24f790a7140d2f6c18d429f9cfc1f8cb642810 2,484 1.00/1.00 vMB 8
633,415 633,415 00000000000000000000ec68beb4c6918d0016d1953f0c0c14564274c48025a0 2,686 1.00/1.00 vMB 29
633,414 633,414 0000000000000000000ae545d20f83c937cab2f327d6c76e9db965b6ba9ed15b 2,740 1.00/1.00 vMB 51
633,413 633,413 00000000000000000009163aaef453ae204a45a4a95dfde317f4a916f62b3f93 1,484 1.00/1.00 vMB 10
633,412 633,412 00000000000000000005333b9872eac3916b1549cfe4f3493bf75cd5c5a87dd6 2,515 1.00/1.00 vMB 26
633,411 633,411 00000000000000000013fd082671d53d48be553197e5eedab8cccee06f41910a 2,610 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.80 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: 710.06 GB
    • Received: 17.02 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.