Loading Tool

Explorer IconExplorer

Memory Pool

78,802 transactions
29.62 vMB
0.08982697 BTC
Random Selection Loading Transactions
Max Size: 178.67/200 MB

Candidate Block

Mining Attempt 734a6c5df2858f6b3376a3d7c74dcdac6ad651e2a57454284907d868fe83b466
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root cc9d880dc96e6fb5aa95f870010e5dfcf5ccfac364b764f0aa57631c04147ebf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02477050 BTC
Feerates: 251.00 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (494,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,981 420,981 0000000000000000019571985aad6a55e5d4d7afe72a48233b37f73a2604a6ed 2,352 0.99/1.00 vMB 55
420,980 420,980 000000000000000000f99f009d818f261d9d9f7bf734b0b62b46fd09c908dcc4 841 0.39/1.00 vMB 51
420,979 420,979 000000000000000004942c362bee7ff1192e1ee5fa89b944151ae28587cc91a4 51 0.03/1.00 vMB 55
420,978 420,978 000000000000000003449969259b27280bd2e562bba9b62b4a8d4bd86d823358 648 0.31/1.00 vMB 54
420,977 420,977 0000000000000000038eccfd61c513dcc782d73d4883976ad9f29b7446edd61b 17 0.01/1.00 vMB 170
420,976 420,976 000000000000000004a6e54e793cd7c0773580e3045bf2e50ca8472237dabf4d 123 0.05/1.00 vMB 31
420,975 420,975 0000000000000000032a874ec6ca34cd4d6e9769db0e6fd8f134c55878d2cc8f 391 0.18/1.00 vMB 60
420,974 420,974 000000000000000001a0c77af6f9eff093e9cb6761b2d0c6e32aaaf4d928cb9f 440 0.21/1.00 vMB 65
420,973 420,973 00000000000000000017d715d47c8fbbb1ff066742020d116c838910ee53a9ea 131 0.10/1.00 vMB 32
420,972 420,972 000000000000000000bbd6bd9186f9107d4b5d8b78fad97e878d4b375c61814f 876 0.50/1.00 vMB 39
420,971 420,971 00000000000000000465f3ad7f5363dccb3a16aa08241ff54b22f9ffdf663c81 1,225 0.69/1.00 vMB 42
420,970 420,970 0000000000000000018cf936facacb5c84daa9a0d4bc3a3afe5a7008f2929ca7 1,844 1.00/1.00 vMB 59
420,969 420,969 000000000000000002b5175c8c88909ae0a0a43d585fd18f35ae07e5cc4e646a 1,110 0.71/1.00 vMB 46
420,968 420,968 00000000000000000494061f7fc6ee039bc81c7a28adfdbc5cda7cae15bbf450 899 0.67/1.00 vMB 27
420,967 420,967 00000000000000000487d7bdc9667b81a08f4ada7eff666d79ec1cb31c237041 2,165 1.00/1.00 vMB 62
420,966 420,966 0000000000000000020e8869c2a709fe662e495d4ca97ab8a04bbaa3cb321e70 354 0.14/1.00 vMB 68
420,965 420,965 00000000000000000333d0b76b119824059b94a63d2023ddd164e38b33c95f6a 752 0.35/1.00 vMB 63
420,964 420,964 000000000000000003115a2a36d9c79e4bf3e57e1d754c9902d22b75a98c6f59 2,052 0.91/1.00 vMB 56
420,963 420,963 00000000000000000117211bcbaf328b42f0d08f436d5caef660709ad9e2f514 1,060 0.47/1.00 vMB 53
420,962 420,962 00000000000000000072ebfe71118c1226f56ac0a5c8d9f0abfff57acd0b57fd 1,522 0.85/1.00 vMB 32
420,961 420,961 0000000000000000003df979f94cbf4f7a41ca883dabcc6cd4404cb7a3b048c4 2,253 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.