Loading Tool

Explorer IconExplorer

Memory Pool

74,867 transactions
27.62 vMB
0.07416708 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt 08e473e8941246fb5c0df3473170ffe7fd4b026544f0cf314ac555883f6abb52
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root d2fe7270d39f4ef6f0b22aa08ae7bca5f0ea9c1755c69bfe3548586eabf1523c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,305
Size: 1.00 vMB
Total Fees: 0.01523937 BTC
Feerates: 100.35 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (281,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,434 633,434 00000000000000000000558c801330567b34f727933cc97ad3b57129e6d40bdf 2,673 1.00/1.00 vMB 7
633,433 633,433 00000000000000000009f3242f27abbc4eebd5dfc687c243b38025f0afbefc93 2,848 1.00/1.00 vMB 32
633,432 633,432 000000000000000000010f6ad11aabf0ae995f2b579cbdd86cf4e5408103f3fd 2,006 1.00/1.00 vMB 61
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
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.