Loading Tool

Explorer IconExplorer

Memory Pool

77,991 transactions
29.10 vMB
0.08672530 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt bffb041346c34a2a99c1f98c57f8ff625a01a78aa7d383be387e4e7e085f9c70
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (819,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,340 95,340 000000000006b5c5ae5b37cd24e3e8b9d49385c5c03adb4742bba96e6c34dc32 1 0.00/1.00 vMB 0
95,339 95,339 000000000001f3a3bc0d9494997dbf712002a2c98f06ea97e5c75540f1b74bf1 4 0.00/1.00 vMB 0
95,338 95,338 00000000000513dab4f3737d18c957e5b893ef7f6b788f74c702cec5535dfdee 1 0.00/1.00 vMB 0
95,337 95,337 00000000000770dcfb6e97947216a074e6d03094b7610e38bdfb43667c9dbc41 3 0.00/1.00 vMB 0
95,336 95,336 000000000005ed0036ba90971ffcfb895d6d60da283e0ae1975a6dbdecb6cae9 2 0.00/1.00 vMB 0
95,335 95,335 00000000000610a6eeb8c195ac96fc431c52371364daee6624289daf715182f2 1 0.00/1.00 vMB 0
95,334 95,334 0000000000035cbc03153945ea7ae6fb8cb801dd12717f3f429435e912ee3239 4 0.00/1.00 vMB 0
95,333 95,333 00000000000310a60d604e4b0206a0a4effb0a9ba069274780b914e78bce7342 6 0.00/1.00 vMB 0
95,332 95,332 0000000000073048160fd4f13266630438e256e6880fd9a6ce2996c0880f9b3d 2 0.00/1.00 vMB 0
95,331 95,331 0000000000001a4a9cf113915a41313321499b47dbf8f5828e16e69b0e400aa8 1 0.00/1.00 vMB 0
95,330 95,330 0000000000023865debd52f62d8a2a75c53851eda351797e8f35f766041cd363 1 0.00/1.00 vMB 0
95,329 95,329 0000000000026d2918ef20fe5f2f873d205918b54df6c6e55f34aecee8071435 3 0.00/1.00 vMB 0
95,328 95,328 0000000000039b663cc90727fc9f4d98fc5b2d820c82d3c3efdca25ad9693c52 1 0.00/1.00 vMB 0
95,327 95,327 000000000002bc71f0a6e5cc5fa1f078e0dfed70f1ecaf2b70ade405426a5206 6 0.00/1.00 vMB 0
95,326 95,326 00000000000353d7290eb46f3f15e9643c77688394f3d60bf18c5496a292a846 1 0.00/1.00 vMB 0
95,325 95,325 0000000000007941344679d812d59a6c9fcf17dd5b75cff69ba926a9fc169aa2 1 0.00/1.00 vMB 0
95,324 95,324 000000000000ccd054fae9ccfb8b1cadd2306f37d77b372fa42e5af0a56b9523 2 0.00/1.00 vMB 0
95,323 95,323 0000000000074b647612d79788aa61cf37e988bde4339b27706966acf261e6b5 1 0.00/1.00 vMB 0
95,322 95,322 000000000003916cdf782aa73d41a823836924689fafcfbaf624c7dd9dc1f6e8 2 0.00/1.00 vMB 0
95,321 95,321 000000000000090f5f7f2291842d3c701af7eba44aaec7b09fba208ae8339765 1 0.00/1.00 vMB 0
95,320 95,320 000000000006d76718f9c548822352e4f6f09d67dd151bbe04fd8a0d2008d98c 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.