Loading Tool

Explorer IconExplorer

Memory Pool

44,369 transactions
26.62 vMB
0.06286290 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt c89c030bd5ff88f13f033f5f65dad275715f7ca8688995900a088f2d47a83b15
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 1a3bb202df562f8fb12751a4ef95165f56f791e5022e9d59132ddd48d8656c2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01383588 BTC
Feerates: 83.62 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (524,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,015 390,015 000000000000000007978f12adc389f8d896b4e943ac6f2dfa77511f07558a8e 165 0.25/1.00 vMB 8
390,014 390,014 00000000000000000ab7f3563907577e4463a36d2d4519e1aa6452b3c042e9e7 343 0.95/1.00 vMB 8
390,013 390,013 000000000000000009e666984eba46c58eb43ae4dd53e5e9a40fde3047f5b0b3 488 0.59/1.00 vMB 14
390,012 390,012 0000000000000000076b01ff1d06db6f596e567746c3a157f9ee069470c90a4b 1,362 0.60/1.00 vMB 46
390,011 390,011 000000000000000006eafb9f626ac03d5814e8abe1160e8530dafa3378a72c08 1,086 0.93/1.00 vMB 21
390,010 390,010 00000000000000000a9cf0109e7b26d9d9a7d460d90ba096fc972e8615b7d96a 2,583 0.95/1.00 vMB 46
390,009 390,009 000000000000000001d08124de900b3a8ee1f53cb0246af7fd9dcee8f0509057 987 0.65/1.00 vMB 32
390,008 390,008 0000000000000000097b1e48e9d31f3809355c1f02d7ce76926d9ddc6960536d 1,557 1.00/1.00 vMB 28
390,007 390,007 000000000000000008b9373182027c40e05dde72481414cd8f298049eb109715 2,025 0.75/1.00 vMB 48
390,006 390,006 00000000000000000003a94bb58e3adde645dff7984e96195c62d59831f7614a 2,392 1.00/1.00 vMB 40
390,005 390,005 0000000000000000091f6819890905c332464bf6c175cb20a231223d1483ef6d 2,354 0.93/1.00 vMB 39
390,004 390,004 000000000000000001c9b227b6d515a93e95a4be783e9c1668b3b519a84b81f6 2,403 0.75/1.00 vMB 61
390,003 390,003 000000000000000004870f3eef123ddc74f306b60f6b59d16646ffcb3ea7777e 1,090 0.57/1.00 vMB 39
390,002 390,002 000000000000000007c92163bb66d44284d0b9f1d5027c6494e66ac4004919ef 1,782 0.98/1.00 vMB 29
390,001 390,001 0000000000000000055265fb53f189394aaa2c88ca37548c693c17965c9a45e2 2,107 0.93/1.00 vMB 38
390,000 390,000 00000000000000000520000e60b56818523479ada2614806ba17ce0bbe6eaded 854 1.00/1.00 vMB 17
389,999 389,999 000000000000000000c8f139cb532b43e64c014c791daafdd4acaceec101da0a 1,085 1.00/1.00 vMB 19
389,998 389,998 000000000000000000b621f3e00db8744990fc2e37c311805cf16b2732798802 2,598 1.00/1.00 vMB 44
389,997 389,997 0000000000000000090853300af721bd9039c7f8334b1b70451b9fbf1f785783 1,131 0.75/1.00 vMB 21
389,996 389,996 00000000000000000af0b132a8fdecf9d9aa9ed96e684c72e35f65b61d8fe7ef 1,958 0.95/1.00 vMB 32
389,995 389,995 0000000000000000036b35f0d45f03e00667302ba6e7bfae8c0714f0e41bbd10 2,533 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.