Loading Tool

Explorer IconExplorer

Memory Pool

82,930 transactions
31.26 vMB
0.09050285 BTC
Random Selection Loading Transactions
Max Size: 191.58/200 MB

Candidate Block

Mining Attempt a2fc8eed6d8e51cfeb0bb1ca092fc20807eae673af8032c8891f77a441547ea7
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 87ad42997c9dc8e3e94a6abdac1a24e350d8594d5d7b2b8138c2b94c0b51a4fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,943
Size: 1.00 vMB
Total Fees: 0.01997325 BTC
Feerates: 301.60 > 2.00 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (127,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,532 787,532 00000000000000000004824cb88afe119d79b5ab60f5f900d3ee4f1f393a5277 3,389 1.00/1.00 vMB 39
787,531 787,531 0000000000000000000047853f235c794b76e3520f571a51af27dc8e2651d3c7 3,086 1.00/1.00 vMB 21
787,530 787,530 000000000000000000041bf3f924dbad9bd4e106fc1ae5cd6887980ca49a600d 3,874 1.00/1.00 vMB 38
787,529 787,529 000000000000000000048e8e9d1bb7bae35bd215abe0fcc66dcf4230e587d16f 4,126 1.00/1.00 vMB 34
787,528 787,528 00000000000000000004ab75e80fa798235f4a1030ec7fd5a30e2d899ada109b 3,563 1.00/1.00 vMB 29
787,527 787,527 000000000000000000040121ff8e134303a063085cc2bbd5f8a2fef02a3a5c2d 3,894 1.00/1.00 vMB 29
787,526 787,526 000000000000000000054933094052f5c428e084f98c836f95339ac55ca2c865 4,252 1.00/1.00 vMB 38
787,525 787,525 00000000000000000004dc7e2ff0d530dfd769a9e44539d435469edb9a8706ab 3,157 1.00/1.00 vMB 46
787,524 787,524 00000000000000000005a4181741e244bd8d633a2341a8b5577688b15bfe929a 4,409 1.00/1.00 vMB 33
787,523 787,523 000000000000000000010df38a7dd094bf605acd5e8c56d8bcffc3a5a1e99aa1 4,341 1.00/1.00 vMB 40
787,522 787,522 00000000000000000004c007a307293c9da7eff8701eec00221baec8a61dc0ac 4,482 1.00/1.00 vMB 43
787,521 787,521 00000000000000000000ac432a46378c810356b7f1146c789d96d016a5c20824 4,348 1.00/1.00 vMB 46
787,520 787,520 0000000000000000000560f3032493c0e02472d1fb2de4fabd2e8cd9b8aafb62 3,794 1.00/1.00 vMB 53
787,519 787,519 00000000000000000002e6958f3e4c5cbf85b4bdfcb48cd7b214d1edc04db45e 3,422 1.00/1.00 vMB 48
787,518 787,518 000000000000000000024067d1dcbec8b98096579318424e52e2d84237d70cea 4,535 1.00/1.00 vMB 50
787,517 787,517 000000000000000000046fb177b148b8fc5ee1e9203626d6a5035dcf128ab2dd 4,571 1.00/1.00 vMB 35
787,516 787,516 00000000000000000001e9a8a63433deb80de6398f9b42d103e280ee1911e928 4,367 1.00/1.00 vMB 50
787,515 787,515 00000000000000000003c8e4be0d02b0ff80d63b071afa10187763e25012e80c 4,286 1.00/1.00 vMB 49
787,514 787,514 000000000000000000032273980c1477b43c6ed064080b6cfd1ac40cc0d07fac 3,796 1.00/1.00 vMB 40
787,513 787,513 00000000000000000001c8e3442d258be0e2b314acb7f52150e369f86caa18d9 3,850 1.00/1.00 vMB 31
787,512 787,512 0000000000000000000080104dfe33794268b4ff8706c699d482d2bedcf1609a 5,344 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.77 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: 709.31 GB
    • Received: 16.87 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.