Loading Tool

Explorer IconExplorer

Memory Pool

31,008 transactions
18.38 vMB
0.04656898 BTC
Random Selection Loading Transactions
Max Size: 97.95/200 MB

Candidate Block

Mining Attempt 98271e3422261111a85833a21dae9f1e14c8e4eb484f1d6ed61a9f5b39fe3cc6
Version 20000000
Previous Block 000000000000000000000913b586ff4b98280e4d2f8ef7b82d501c3bf4364bd5
Merkle Root ee9c98f383781e3c13e236b4a6f35905490bab74dd9ea69d4871cd4b2c14ff00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,968
Size: 1.00 vMB
Total Fees: 0.01110378 BTC
Feerates: 52.28 > 1.11 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,129 (797,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,065 117,065 00000000000014526decbf782d7665add3a3ba8c60368c761d890bbd798e7e18 12 0.00/1.00 vMB 700
117,064 117,064 000000000000be8c9a9f8a606977a192a6c93f1e81a00ea97cdacf75e9e85ff6 11 0.00/1.00 vMB 704
117,063 117,063 0000000000003cdf7c91a368233cb17f0a4a222f1c74e152c84de3366c98c0f8 11 0.00/1.00 vMB 347
117,062 117,062 0000000000000567b821c971527d1c950c5a05fc2870b2ec982ba5212a1e03c8 5 0.00/1.00 vMB 640
117,061 117,061 000000000000ab7575bdcb0d2d9b2bbaf4d600c5a43335b113ee05fa70d7ef54 9 0.00/1.00 vMB 328
117,060 117,060 000000000000b194037a0d4e6a62267062f21b45a1d902ba8d0dc1cec6f53db9 26 0.01/1.00 vMB 0
117,059 117,059 000000000000257cf628c54b6ab48ec874d4597ff0b09523cfb0f2ac33cef43c 3 0.00/1.00 vMB 3,868
117,058 117,058 000000000000caf420698e68ad846ef881fda9fa511d6c38b7afe7abdc676199 16 0.00/1.00 vMB 1,199
117,057 117,057 0000000000004264665355243c68ae59872924c363ab8f07534a35e9877425f7 1 0.00/1.00 vMB 0
117,056 117,056 0000000000004a2ba933526cc15dfcad8f98c849076d29bed38fc8f88d11d082 13 0.00/1.00 vMB 0
117,055 117,055 00000000000038a356a8d2359b152bf332428f95afc98a4ce49c65a095701a4d 11 0.00/1.00 vMB 1,041
117,054 117,054 000000000000232fcbd9435e0cf88080443a75df6786a8e19bc56737e711fe6d 16 0.00/1.00 vMB 1,424
117,053 117,053 000000000000b66c7766ef75e96b66f3bee0b30b1533423f695e11475f5fe91f 11 0.00/1.00 vMB 0
117,052 117,052 0000000000007ab600ed52b30dd0aad2ecb8ab037f0a4d51949ff8f1579d038b 12 0.00/1.00 vMB 1,275
117,051 117,051 000000000000b4e56288c8657e49f499a8322c9f1bc5f9d44b6768245f3b4ca8 12 0.00/1.00 vMB 280
117,050 117,050 0000000000000bea468cf432d88e4424b77514d39b0a47ec70ffce9bd42ea582 13 0.00/1.00 vMB 326
117,049 117,049 000000000000296531f353c627b0fd0573db25bd6cff109acb5cfc913b8b2745 12 0.00/1.00 vMB 0
117,048 117,048 0000000000002185b5017d416729c0c11a922b0240b5085abbf550a3b1e04661 11 0.00/1.00 vMB 619
117,047 117,047 00000000000039f52dcd128608c1e389fa477975952aa0e4021d0d2686c8d616 11 0.00/1.00 vMB 753
117,046 117,046 0000000000005d00f8b03e3826e4382f2b30a1664c47943c3ed7e344d9014cdb 11 0.00/1.00 vMB 296
117,045 117,045 000000000000cb74778df1a08b139acc9f01ef43afb32b72c19cc71147515817 32 0.01/1.00 vMB 225
Previous 10 blocks ↓
Total Size: 780.83 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: 561.46 GB
    • Received: 7.40 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.