Loading Tool

Explorer IconExplorer

Memory Pool

44,076 transactions
28.39 vMB
0.11816770 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt e7640d252c71aa71eed051cf971fb09c34a8ef1fd55ba5d5465cfcfb4b2dd704
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 1e14d4af880115e5bc3df96e1babcc3219c9b196d6e90f95259e609d92a5d1cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03164402 BTC
Feerates: 39.16 > 3.17 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (168,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,500 746,500 000000000000000000058b4d1530eb8935b40f1464ecfcd15c271d12428a78eb 2,391 1.00/1.00 vMB 15
746,499 746,499 0000000000000000000a2405e43f173f63662937fc0fcc4e73d704b51ba8480b 1,917 0.66/1.00 vMB 8
746,498 746,498 0000000000000000000575c155e501d48c26c58e48315b8c80f8f3b23b096a09 1,353 1.00/1.00 vMB 7
746,497 746,497 0000000000000000000395d18f66c6013818f5e1056a9940957bf5f9a7660dae 2,670 1.00/1.00 vMB 11
746,496 746,496 00000000000000000001d6435e625db4f550387e099f0178a63846b3cbaaba6f 1,905 1.00/1.00 vMB 2
746,495 746,495 000000000000000000000b64d16422fbfd4d41b8b112c82d37148d43e2dbed41 2,497 1.00/1.00 vMB 12
746,494 746,494 00000000000000000004b3483eb16287c87733877d9e07a702878b0be9463b0a 2,130 1.00/1.00 vMB 6
746,493 746,493 000000000000000000010686270b4158cea7cc970eff66153e0ee0a173d68d32 3,333 1.00/1.00 vMB 9
746,492 746,492 000000000000000000037aa5208ebbc3b1e5735e9c315c32001c5dc3dbf10415 2,492 1.00/1.00 vMB 26
746,491 746,491 00000000000000000004222dc0b36bfa417c118ef05e63624a7716cb38e09512 2,476 1.00/1.00 vMB 7
746,490 746,490 00000000000000000009564b5a4ef338a34b20ef58b30a3d7fa6c45f625b8871 243 1.00/1.00 vMB 6
746,489 746,489 00000000000000000007680549b6c9e608be104ad813f078aa02a1f9945c3a7e 2,242 1.00/1.00 vMB 14
746,488 746,488 00000000000000000004e8f9e0ff38f9971f92db00bee01f74fb9e32b5b775f1 2,346 1.00/1.00 vMB 8
746,487 746,487 000000000000000000080c6df61307c18abbdb77edd9ccb2e5e222a1ab3b522d 1,563 1.00/1.00 vMB 10
746,486 746,486 00000000000000000008e843fcfee1f6f24bd8ad86a81a7109fbce992bcaf093 3,183 1.00/1.00 vMB 17
746,485 746,485 0000000000000000000916406d76e552ab6516e0ac70e90407b3a1d07306261b 889 0.40/1.00 vMB 6
746,484 746,484 00000000000000000008f711748da67c1627d5a712433de1821fcce558d6fd1b 1,556 1.00/1.00 vMB 3
746,483 746,483 0000000000000000000756540fcb30d43fd4fe36da5fb7533f0146c7f954fd12 2,029 1.00/1.00 vMB 4
746,482 746,482 00000000000000000005ba0c4489fdd9dd8e044ab5994b5d52cdeada44834c84 2,652 1.00/1.00 vMB 24
746,481 746,481 0000000000000000000730b8c0d733ea0efb51217c5721f2236b1c17049a6603 2,857 1.00/1.00 vMB 8
746,480 746,480 00000000000000000009b0050f05def938c4acdbd79006e70e46791f890915b6 3,011 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.