Loading Tool

Explorer IconExplorer

Memory Pool

28,448 transactions
12.53 vMB
0.04195219 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.45/200 MB

Candidate Block

Mining Attempt 56e4d1579d6b18ac897f1418c42b79502108edf11014d09f8c2cac628d0b91bf
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root d2bbe7d481d33bacac3bc600ba8b6aa21c2f88e76096b711382451598092c767
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,852
Size: 0.99789475 1.00 vMB
Total Fees: 0.02033252 BTC
Feerates: 151.02 > 2.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (752,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,065 161,065 000000000000044849faf320ccdb09148769e5970a85cebfa6630ec15721dbd4 8 0.00/1.00 vMB 20
161,064 161,064 0000000000000e7157a96e4a2878d6769821f6650174c7e4b73dc43489f1f60a 8 0.00/1.00 vMB 308
161,063 161,063 00000000000002f0fc6e629f4ea2263e19dd1b282cb948d6e9e4220058f5fb9d 12 0.01/1.00 vMB 31
161,062 161,062 00000000000005a60bc681075eaeee4da25dff9b0b0a3f4c04881be02fa2624f 12 0.00/1.00 vMB 25
161,061 161,061 000000000000025e7d36e9b4811ebc68c503c12ec75ca01d068ff1058f7ad8d7 51 0.03/1.00 vMB 60
161,060 161,060 00000000000009e64b48a917f46ebc0f7fa3efc8dc096bd3f138de6050547072 6 0.00/1.00 vMB 72
161,059 161,059 00000000000007cc505df7a9a423ea65d1a4ebed6f13d4bbd5fc08d6bfcfcb50 32 0.02/1.00 vMB 256
161,058 161,058 00000000000005ef83b684200b806dc91a858526860d04126230b7e4705cf47b 9 0.00/1.00 vMB 21
161,057 161,057 0000000000000615f442f95ae5ab5c35df2e6b8f366036b1390e4e2418de95b7 72 0.02/1.00 vMB 53
161,056 161,056 0000000000000e364af51293ed6b408d8a35209c6a14a81d3692dfb30cee1267 36 0.06/1.00 vMB 70
161,055 161,055 00000000000005dec4b1222a50545940ac98d9d5480d39d0c2363cfd0894f917 60 0.03/1.00 vMB 214
161,054 161,054 00000000000006acc8855e1c370570e5dc93a1c14b4572d4bba4b4f6d70dc51a 20 0.01/1.00 vMB 421
161,053 161,053 000000000000054813bebd841510338ab8d3d0c0a2d35eb512849633d8087bdd 104 0.05/1.00 vMB 141
161,052 161,052 00000000000006a8663bc68c5be8dcf284bee734d2a1e0ef4077fff5a9eb2187 52 0.05/1.00 vMB 56
161,051 161,051 0000000000000ac211963dadd4fb41b6523fbbba1483a1c8522caa3ea9e41584 26 0.07/1.00 vMB 81
161,050 161,050 0000000000000ca9819528f85919cefd6372af48f0bef93e2d3068180cf3619a 17 0.01/1.00 vMB 52
161,049 161,049 00000000000008bdd61636bd5d3181c6d651c8918f788671f40e824ff7b1b980 5 0.00/1.00 vMB 65
161,048 161,048 0000000000000310c7f3a45c096d7094f42f0776c09af210c38a7a66e584c0ce 5 0.01/1.00 vMB 15
161,047 161,047 0000000000000d96d843c7a67560604f969afd9fab80a68974f17dccd7a42ee0 7 0.00/1.00 vMB 64
161,046 161,046 0000000000000aaa687326ac6401389c4ef13699ec8b3f4100788ede431306b9 11 0.00/1.00 vMB 58
161,045 161,045 00000000000001f0362e98ac72975a1d012933879dd219a4bebc0a6e56e7f6ad 25 0.02/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.66 GB
    • Received: 3.96 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.