Loading Tool

Explorer IconExplorer

Memory Pool

82,320 transactions
30.99 vMB
0.10473889 BTC
Random Selection Loading Transactions
Max Size: 188.45/200 MB

Candidate Block

Mining Attempt 4e9b0194019f27e07818cf14ed02aa42e0f3bcc7d60b424a392ffdb04d8deb09
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 4ad436e7f633e98ac6999170328207d0e86dbea2f65bcb3925d3870e8767b295
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.03159702 BTC
Feerates: 200.89 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (34,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
881,000 881,000 000000000000000000011a853c19db1097096148a363b488aec10126ba36031f 279 0.94/1.00 vMB 1
880,999 880,999 00000000000000000000a7a099670f1b0a90e46e732d8f819e57463f7e556e2a 347 1.00/1.00 vMB 1
880,998 880,998 000000000000000000000b426049b79a691756e87952b5dc88bc9bb400eaa487 599 1.00/1.00 vMB 1
880,997 880,997 000000000000000000004eeeaa9d20a9be1bc63776c80172f7b4f0664649c214 1,757 1.00/1.00 vMB 2
880,996 880,996 000000000000000000027be357cc09084f7f6699cd2b42dee95ac4eec3a732dd 2,421 1.00/1.00 vMB 4
880,995 880,995 00000000000000000001f0c6ece2df60c33c3dbc3d31b8aaca165be99f8ac273 886 1.00/1.00 vMB 2
880,994 880,994 000000000000000000016fdb4464ae835ff0e47a4bfc6a168dd36773ae11b071 946 0.95/1.00 vMB 2
880,993 880,993 00000000000000000000a26890cd66c160ab0d2a018bc13bde5652ad1dbf055c 398 0.98/1.00 vMB 1
880,992 880,992 00000000000000000002472ac2ebac866c74e35c870cd6f8193bd98296361883 704 1.00/1.00 vMB 1
880,991 880,991 00000000000000000001651e40ff05e359a13e1740d9c21f400abdc5f1b287c9 839 1.00/1.00 vMB 1
880,990 880,990 0000000000000000000149c2e1d5c64b693e13099c763fddcc66599fd539811f 1,824 1.00/1.00 vMB 5
880,989 880,989 00000000000000000000c2e1807572e6a506c3cc276802d5f69832654ea065c5 1,154 1.00/1.00 vMB 2
880,988 880,988 0000000000000000000249825d4087e37da92ba038c299d23513db6b8c4369cb 2,065 1.00/1.00 vMB 3
880,987 880,987 000000000000000000012ecffad49095fb2dd34c6b2e6f24478fbb035e97cd4d 1,314 1.00/1.00 vMB 2
880,986 880,986 00000000000000000001901090808a3b69b44d747eb81aac1d5ed00fa31ebd00 2,779 1.00/1.00 vMB 4
880,985 880,985 000000000000000000003b7cd4680755059970a4b277082e17b422438bcf5c53 639 1.00/1.00 vMB 1
880,984 880,984 00000000000000000002023025431929b5b6e2bd919f407feda8c50793d57cc4 704 1.00/1.00 vMB 3
880,983 880,983 00000000000000000001b146887ccd85041928c52e3532ad257d765fd9c740f9 594 1.00/1.00 vMB 1
880,982 880,982 00000000000000000000fd9279aee1c048a3906f80bb284870340ae98233be12 762 1.00/1.00 vMB 1
880,981 880,981 000000000000000000013e92a214b77d25b4dc6538d3740b048cfcb36a5f1e5e 907 1.00/1.00 vMB 2
880,980 880,980 00000000000000000002744f6fa9d28bd51702d9bb6bcee87476eadbc97e8583 171 0.97/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.