Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

946 transactions (0.49 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,602 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,601 (857,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,984 51,984 000000000ea416bb645bac2b30bb02eaab61aea2f7d836b5dccc5ed9ca3b704c 0.00 MB 1 0
51,983 51,983 000000001f9a94242cf34d37670a084dd3dbbff1640825d1f3c417a42d1e3ea7 0.00 MB 1 0
51,982 51,982 0000000007aeae872ae9a0e626c08814684f14c8b40c414da212157e0a0f42a4 0.00 MB 1 0
51,981 51,981 0000000001e24015188db409f25c2797748932a5c699725c8ff0936feea794a5 0.00 MB 1 0
51,980 51,980 00000000086e64231b8a42f39c321e58d643588a99e3e14ac4c7c03caa1bdccc 0.00 MB 1 0
51,979 51,979 000000000f7c8b601c996902a279db5731e73c79f3cf5c2f705366e45e2841e6 0.00 MB 1 0
51,978 51,978 000000001875b27ca49181a964c109067a180a5fa5e989c22799747bf9838a55 0.00 MB 1 0
51,977 51,977 00000000182491f15aad723408bfe4824e4a4755ce231a7cc8addd2c81e28b2e 0.00 MB 1 0
51,976 51,976 0000000007941f0ff46c236cb63c39114dcb727d1420d3fd71d82ffb29a5dbff 0.00 MB 1 0
51,975 51,975 0000000004ea203ef5cdd4b6306ba5fb5236bd078367db8bb927c1bda27ab8f5 0.00 MB 1 0
51,974 51,974 000000000316a4b99e14348e72708f7b2494bca2d3c585b9c36429c3828b0059 0.00 MB 1 0
51,973 51,973 000000000ead830b7130e3bc384aca987012badb879d53f4b73198f6f7013b94 0.02 MB 3 0
51,972 51,972 000000000e6b4cf8f9ff33bbf203aaa6af9e9213b697da24346eee4d716cbdd9 0.00 MB 1 0
51,971 51,971 0000000010e1abb2f5b222fec421216ac7db98c7cd18e33fef1a58c624789a54 0.00 MB 1 0
51,970 51,970 000000000330fd607704c9ae1a90006cd5bdd799d39dec169475fe947ff6bc53 0.00 MB 1 0
51,969 51,969 000000000cacce45f49f6fd6deb0255ccc2779367b778cf2f716bb135894602b 0.00 MB 1 0
51,968 51,968 000000000c240b4a8bb4ca3c972f21162eca3ef65988b45772b654f3787d2598 0.00 MB 1 0
51,967 51,967 0000000002606a0ef23bbaa6df1eba25c9fade497f3851847f45c227930e505e 0.00 MB 2 0
51,966 51,966 0000000012b81751f7b763e03d5766dfe68d369c2b5325ad8c2e83b6d1ced10f 0.00 MB 1 0
51,965 51,965 00000000110ec42f96c3e865f3397783dc418deb3643ba30a8edcad08a7fba64 0.00 MB 1 0
51,964 51,964 0000000016c8b4d21dd075b66bbfd81b6c5ea32c9fb5134d891eca6ecc3a14cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,099.04 GB sent, 111.65 GB received

Notes

  • This page updates every 5 seconds.
  • 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.