Loading Tool

Explorer IconExplorer

Memory Pool

79,410 transactions
29.35 vMB
0.07346417 BTC
Random Selection Loading Transactions
Max Size: 176.15/200 MB

Candidate Block

Mining Attempt bc95a139a892857b2138f6d4d94cd901ec10cfeb1de217043a206aa42e2d0e45
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 49880dce9e64f8210780ff1202c32bb4ce81d9e1441781f3ebd78406e22b1781
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,381
Size: 1.00 vMB
Total Fees: 0.01382804 BTC
Feerates: 170.94 > 1.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (296,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,592 618,592 00000000000000000001a99d9de7bb54acbd173be5ffde0631077248db90f6ac 2,896 1.00/1.00 vMB 24
618,591 618,591 000000000000000000092c6edc3781ea8e02e00eb7f35813f9db0c9a4b0711d9 2,337 1.00/1.00 vMB 14
618,590 618,590 0000000000000000000d4f7702e3971d4c0ef6c992850f16584803a3a57c110f 2,074 1.00/1.00 vMB 13
618,589 618,589 0000000000000000000d1d1defaaf66ad9b2bc35b98970c9ef9c5b71c87146de 3,102 0.92/1.00 vMB 5
618,588 618,588 0000000000000000000ca53f397ab13c8fc02c3ee3bb80ec6a089926229368cc 1,215 1.00/1.00 vMB 9
618,587 618,587 00000000000000000009137512bd33b81abbff69d12e7590e6dd913c68c11f7c 3,216 1.00/1.00 vMB 21
618,586 618,586 0000000000000000000bcb11586307ac09ed3e20c07d48f1c1c87b242f4e6a2b 2,107 1.00/1.00 vMB 16
618,585 618,585 0000000000000000000e5b185e07bfbcb91ec98e9e1ed39d22565d6ef530e504 2,667 1.00/1.00 vMB 13
618,584 618,584 000000000000000000104d7178e84fdbfb57eb65e78e6b9963c7dcebb0d0ac85 3,024 1.00/1.00 vMB 19
618,583 618,583 0000000000000000000b1af9d2daab1ca4306182b516c4d8bc8ecc8581dba06f 404 0.34/1.00 vMB 5
618,582 618,582 000000000000000000015970ce3387c18735a7a25010f7f58ae9ef0cdd7e6901 752 0.22/1.00 vMB 15
618,581 618,581 0000000000000000000f87f17654131616d393b3e54daa48b585a9a47f4c4c51 2,769 0.77/1.00 vMB 22
618,580 618,580 000000000000000000003c0c51d8c00c24c7148c31962fc54281564ca6f2af9e 669 0.17/1.00 vMB 17
618,579 618,579 0000000000000000000fa6d5f75dd21574316b013ce0e0d5868503a4be4307c6 3,088 0.84/1.00 vMB 13
618,578 618,578 0000000000000000000f2223446e3f4da9b9d908ef01a5c3192e03801ef874a5 757 0.18/1.00 vMB 14
618,577 618,577 0000000000000000000f82ff546ff7083143b0dec414386fb0ddf2b559dcedfc 339 0.08/1.00 vMB 14
618,576 618,576 00000000000000000006f37f9d679882268b5802f90c0cd2d2417f2cb4dd813c 2,288 0.70/1.00 vMB 12
618,575 618,575 0000000000000000000e8b9b3f391a48aad3333d084d8ebfcaaac1a55de9a627 1,787 0.57/1.00 vMB 13
618,574 618,574 0000000000000000000d3b9591f79898a950ea80a812ed8c65a1de5f18b493bc 1,797 0.45/1.00 vMB 6
618,573 618,573 0000000000000000000936f80a156524864d7a9a58c20973208544941c9a0a95 3,362 1.00/1.00 vMB 19
618,572 618,572 0000000000000000000ba40ed1aaa49ebf41bc9e1fb2110396e9d83c800e3af0 271 0.10/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.