Loading Tool

Explorer IconExplorer

Memory Pool

72,495 transactions
28.05 vMB
0.06847969 BTC
Random Selection Loading Transactions
Max Size: 166.05/200 MB

Candidate Block

Mining Attempt 2ba64520ca21e1fca2cf9aa577ab8a9dac885a679544c0d4fc66f0780fcc9494
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 81f95538dfd3f3ae9f158fa4f36eadc234f26e1f41a0dca1917028930ff6f285
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,616
Size: 1.00 vMB
Total Fees: 0.01237199 BTC
Feerates: 157.46 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (433,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,985 481,985 0000000000000000012fed877a017833a0a667a34144a528bc74a526c9705ef9 2,200 1.00/1.00 vMB 508
481,984 481,984 00000000000000000138dcb5a9cefd0f9bb3b69aab38e925a36bd37f5dc5cad9 2,073 1.00/1.00 vMB 507
481,983 481,983 000000000000000000f242c1828966846deb2c128925ac33ab5c5ed776db938a 2,254 1.00/1.00 vMB 500
481,982 481,982 000000000000000000e6dc5736af92a68815d9548fd0d737178e3d1c0856f854 2,202 1.00/1.00 vMB 542
481,981 481,981 0000000000000000000c53260ba99d6d2ac4ac699c07a24fea53472ebcc2df85 1,833 1.00/1.00 vMB 399
481,980 481,980 00000000000000000057f65f52dfe134bfdd4416e4763da6fc1b7ad9a1dff76b 2,267 1.00/1.00 vMB 449
481,979 481,979 00000000000000000138f8d9086b090f0c36a4f315953d80e73a6d637228d62e 2,311 1.00/1.00 vMB 461
481,978 481,978 000000000000000000948cad9cca5461c179082ec9ea4f4c60cf5a0a1d6539c6 2,395 1.00/1.00 vMB 418
481,977 481,977 0000000000000000010fbb9e40bedebe371ad48d8444a8fb876bfc780e1f5c8d 2,084 0.74/1.00 vMB 398
481,976 481,976 00000000000000000118913cb01cd07c89e225051c7db781270e0a3255f06c2d 1,992 1.00/1.00 vMB 462
481,975 481,975 00000000000000000055fdeaf886285aa575bac11d67caa13ce5849c10f44a8a 2,195 1.00/1.00 vMB 495
481,974 481,974 0000000000000000007ab36800c8bf5bb412e4b13a7e70ea4b8ddf0a1e84c691 1,849 1.00/1.00 vMB 343
481,973 481,973 0000000000000000002daa3b6aa548d6163336a3d6cae0561012f2969b923d7f 2,363 1.00/1.00 vMB 477
481,972 481,972 000000000000000000c75a0fb3fd8513b35e8a6cbb77236dfa3fb016d6932e0f 1,746 1.00/1.00 vMB 486
481,971 481,971 000000000000000000aedfb9cbc4d21186463c3eefb1ef5659e61edd0144dd72 2,337 1.00/1.00 vMB 525
481,970 481,970 000000000000000000bec5e26c15b8a147cb6566c1e882afdf1cf0e14c362540 2,374 1.00/1.00 vMB 517
481,969 481,969 0000000000000000010a71d82e4b97b427d6a5ed1a92c85fc651320386d42804 2,385 0.99/1.00 vMB 587
481,968 481,968 000000000000000000eba963ac34512af420bd68b3ab9dfd58d27e4e3e7e4de4 2,167 1.00/1.00 vMB 436
481,967 481,967 0000000000000000007756945e02eb480b793bf3f5c1ba8dbccf352206d3f66a 1,764 0.99/1.00 vMB 377
481,966 481,966 00000000000000000082b41425061ad917d22de48207f403be9057d964adb693 2,228 1.00/1.00 vMB 441
481,965 481,965 00000000000000000006ff90bd14b7683fbc8be1db7663de7695acc5e817358d 2,261 1.00/1.00 vMB 517
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.