Loading Tool

Explorer IconExplorer

Memory Pool

28,874 transactions
8.44 vMB
0.09089991 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt 7e201111fc25216f5da8ec42505cfdb76d6abb54e81b0f9ed788c41dc1780848
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 682687d7787c542fc936b606b0d2dadb01c977f2f00df78c7ea31445239c0bb8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,352
Size: 1.00 vMB
Total Fees: 0.03967133 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (768,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,347 144,347 0000000000000053a90591588d064ef4acb606848be9705e2713d82a3931b73d 38 0.03 vMB 82
144,346 144,346 00000000000002d5a9b3fdbaad02721023614c2a8557cd8b1506b01c3c16589c 46 0.07 vMB 105
144,345 144,345 00000000000006b70968ff40bab22ca26028067e1d4a76e36a18ea5504038838 91 0.03 vMB 130
144,344 144,344 00000000000009637eaa80d3431100b371f47c8dc6925453590eaea23c9029ca 41 0.01 vMB 178
144,343 144,343 00000000000000c420b7cd7e8bb5c36ec3d73c02f75bf085aed2fc50a1406c62 105 0.05 vMB 101
144,342 144,342 000000000000050780029984c1ec02a10ef60ffa31a6f74aec6c7418617d6bc0 64 0.02 vMB 67
144,341 144,341 00000000000000a41ccecef4c46236f2fb41dfd6e96d8d8ffe04a2c133d4a875 21 0.01 vMB 141
144,340 144,340 00000000000003e214a5f1d71b2959e668ecdf053719db4cd7d92166a22202ef 25 0.01 vMB 256
144,339 144,339 000000000000030e5d67bd9076add9da971c2025ecaa830a1b80c330f4892a45 70 0.04 vMB 93
144,338 144,338 00000000000005acbc4602a1e0f141cd7ffeb2028bab848044d3b1100b38e797 39 0.02 vMB 127
144,337 144,337 000000000000064a12aa592b9423373fca907a85bc2014687c5b2df8f7b71914 14 0.01 vMB 81
144,336 144,336 000000000000011df846597e75604e420aca0ec62842d541c2cab27d8d81517c 127 0.03 vMB 18
144,335 144,335 00000000000006e7791115ae484b8aef16f30235e9fb517f7f5ef250487849d0 18 0.01 vMB 30
144,334 144,334 000000000000061b4115d89a12eb9b9b26893225c03649e007076b36964a405e 18 0.02 vMB 137
144,333 144,333 000000000000073e4774ec627bf22949be33657bd7edc0637382ffbef52b68c2 12 0.00 vMB 268
144,332 144,332 00000000000002f64a7481d9c38b7954447e1a556e576dd793324503ecaba675 25 0.02 vMB 180
144,331 144,331 000000000000010b4d05033cb8ac32e1768d2b2d936fa4fea210d41a86dc3661 10 0.00 vMB 25
144,330 144,330 00000000000006a98cce9e7658b9b681191673551a2c153dd039702817cc7087 99 0.04 vMB 164
144,329 144,329 00000000000004fa26fd7dd3cce83329f70127d9951c6e2f53d344de842f7949 104 0.04 vMB 845
144,328 144,328 00000000000003a03da461791bb09e7fa89533aca26383091c95e1b1e6df12dd 45 0.02 vMB 995
144,327 144,327 000000000000083946d00494f59f4810aa55eecb4b858a8e131e064aef2ef9a7 26 0.01 vMB 697
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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