Loading Tool

Explorer IconExplorer

Memory Pool

80,602 transactions
29.72 vMB
0.09528978 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt 095c827fdb6eb9b262a3b3a55c78d8d9c2a204b50fa14ad3d484b74f06da2760
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 1ef81dce2e543e89d0b8ee1dd198cff9ae03034cd97c584a5f9245321462cb03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.03163616 BTC
Feerates: 502.67 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (226,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,907 688,907 000000000000000000073a9ef150f87ddc3c83ad315d9c42fcfabad0753bff1d 3,007 1.00/1.00 vMB 45
688,906 688,906 000000000000000000075a47dfe4bca2886a86109df431ffb321920b8c121546 3,249 1.00/1.00 vMB 61
688,905 688,905 00000000000000000001a03f70bf5e1fb04b91eb242c96481f0fed5e72fffcb5 2,186 1.00/1.00 vMB 48
688,904 688,904 0000000000000000000b5cf7eb145933b20b967e17b924c695ea0a4209676364 2,309 1.00/1.00 vMB 41
688,903 688,903 00000000000000000007233ba2d19b3c5233d842033c696e25b4e527835a9d63 729 1.00/1.00 vMB 51
688,902 688,902 0000000000000000000daa1b431ead98a53fc63b4b9701951e82a411b7b2baed 2,649 1.00/1.00 vMB 9
688,901 688,901 000000000000000000041370d2c6861d4617e00361e23acb7bdeaa8049186f24 2,285 1.00/1.00 vMB 12
688,900 688,900 0000000000000000000d2adb3880692297e0a93842c72526ec3c653e3f199424 2,904 1.00/1.00 vMB 56
688,899 688,899 000000000000000000071e5d2c9c3d834a433a45b7fddf41ddd1a68c4782512e 2,357 1.00/1.00 vMB 24
688,898 688,898 00000000000000000002d2b0d2df4d875b74faef15adf972e4a2b23d01b97083 2,146 1.00/1.00 vMB 38
688,897 688,897 00000000000000000008a2c44590ffbd9497c51e88c5ba5bf117bea765b8be1a 2,661 1.00/1.00 vMB 44
688,896 688,896 0000000000000000000a08dce921c7cab6381bcffeccd15342bd484700839fb4 1,580 1.00/1.00 vMB 66
688,895 688,895 00000000000000000008186498e3c09ed3aafe7b2596fc4a0c9ddfa2d41dc422 2,686 1.00/1.00 vMB 28
688,894 688,894 000000000000000000003c018946237440b27a10a2214885e6df45fed68c287e 2,917 1.00/1.00 vMB 65
688,893 688,893 00000000000000000001abaeea15c96446f0c0c58fa7292e8ba3c3de350777b7 2,830 1.00/1.00 vMB 64
688,892 688,892 00000000000000000006652cf5df6226cd931eeb220653789d26c73ccbeb9a1e 1,652 1.00/1.00 vMB 66
688,891 688,891 00000000000000000007914cefa68faf9f3f6538bfa85637fd8fe2d5d26fdec6 3,187 1.00/1.00 vMB 51
688,890 688,890 00000000000000000005343ff98f28a1cddd1f295a3a926aabb544452aa70bf0 1,297 1.00/1.00 vMB 2
688,889 688,889 00000000000000000000ac99e36b0894ec041b221c0f2b3afae47a030c4d1e9f 161 1.00/1.00 vMB 2
688,888 688,888 0000000000000000000e1e3bd783ce0de7b0cdabf2034723595dbcd5a28cf831 677 1.00/1.00 vMB 8
688,887 688,887 00000000000000000005c5bf410bba34ea91dba608281a15984e3e72e62bbe9f 1,013 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.