Loading Tool

Explorer IconExplorer

Memory Pool

82,645 transactions
31.30 vMB
0.10444270 BTC
Random Selection Loading Transactions
Max Size: 190.34/200 MB

Candidate Block

Mining Attempt 16806ec6f0faf827747d6358671b80ecd1929f7f29e29bea63e605f1afb8cbdc
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root df23d58cc9c5e7132ebeb68fca8b0f91b524a4678229f182f9a071a74abfd411
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,967
Size: 1.00 vMB
Total Fees: 0.02814674 BTC
Feerates: 151.12 > 2.82 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (231,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,986 683,986 000000000000000000098b074f96a932c2e70e32a8b3b6a5cb097b257f91c013 1,290 1.00/1.00 vMB 61
683,985 683,985 000000000000000000034f0599b2a21fd78159e982c1172f3add98588d9db509 3,069 1.00/1.00 vMB 83
683,984 683,984 00000000000000000008ea4d84ca92d140cc56ab2ed93d2ee5de035e03e7124c 1,722 1.00/1.00 vMB 70
683,983 683,983 000000000000000000065ac9cbc48e7fa0059d4f07c2f2f5f1612238827197f9 2,391 1.00/1.00 vMB 74
683,982 683,982 0000000000000000000747c7c801a8738e5c6ae0bd22d007ee139555cf8d9ec4 2,318 1.00/1.00 vMB 63
683,981 683,981 00000000000000000007d8bcb15d2d50622e939ee6bed32cf4d5cc1bed666ee3 2,834 1.00/1.00 vMB 78
683,980 683,980 00000000000000000008c555caffd0c89a1641a9284c7969265df80ad8fa6b84 2,877 1.00/1.00 vMB 92
683,979 683,979 00000000000000000006292abaa16279801a3bef71302ea1a788e27bc83e6dd9 2,400 1.00/1.00 vMB 77
683,978 683,978 00000000000000000007a142ab2c9e468db30ff35a3f724e8bca8ad5d0f296a5 2,406 1.00/1.00 vMB 67
683,977 683,977 0000000000000000000570b94d99b37e8c6150ca516478e0a38a1c3eec6b3d98 2,272 1.00/1.00 vMB 84
683,976 683,976 000000000000000000075b3eee40320cdd3a5626901ac72460825d8910445970 2,260 1.00/1.00 vMB 67
683,975 683,975 000000000000000000036f5c02e74d4152357e8b35aad80396f05fa43afcd79d 338 1.00/1.00 vMB 76
683,974 683,974 000000000000000000039acf8f3bbc296a0806e424403787ac8d0380622345cc 1,424 1.00/1.00 vMB 90
683,973 683,973 00000000000000000008f9e8c64ab66f5caf0c5611a307557f82ef0f281f1730 1,936 1.00/1.00 vMB 56
683,972 683,972 000000000000000000065ea7fd95a3a769fb6a13c2ed4fef80a7c9d37800dc66 2,514 1.00/1.00 vMB 50
683,971 683,971 0000000000000000000860d03aacf64a0e61c97cf5a8bd7b9f8a33573f86a2f1 2,240 1.00/1.00 vMB 68
683,970 683,970 0000000000000000000b05e3ccd67f9d2db28498018872417204ec4c8d54eabe 2,219 1.00/1.00 vMB 95
683,969 683,969 0000000000000000000b2727302e428cde7462315323eee16f6817a5baa1413f 2,227 1.00/1.00 vMB 44
683,968 683,968 000000000000000000089ae4d5ee34805dc61e0c5adab0b335a674b91646b104 1,511 1.00/1.00 vMB 54
683,967 683,967 0000000000000000000a08e678f85d175292b1408fbee9361704da02d76d74ad 1,824 1.00/1.00 vMB 68
683,966 683,966 00000000000000000003d29af9dc136fbf3be76bcb0da818c13add685d9944a1 461 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.65 GB
    • Received: 18.24 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.