Memory Pool Memory Pool Refreshing

2,728 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,167 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,166 (807,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,947 100,947 0000000000037a74fcf3d5ab0cbb74ca12e2a19f0cd8aedc7704663d9b79206d 0.00 MB 9 0
100,946 100,946 000000000000291bfb912ba7c4c0eba5f63aee5261d781209821864a64808411 0.00 MB 12 0
100,945 100,945 000000000002f6f713e7ca550fac9d56e7d2597cfb19d0540efc26fd3d51fc40 0.00 MB 3 1,677
100,944 100,944 0000000000006856f3dbfc66f812f8b20cf90cc77704347f4a4b7515385f2fdc 0.00 MB 5 696
100,943 100,943 000000000001a707aed3252ccbfa2c7dff2764797830af48a5c28426b926c79f 0.00 MB 4 0
100,942 100,942 000000000001e17a1cd7e020da0b54346da2ea292173c4daed86131655ead8f6 0.00 MB 9 0
100,941 100,941 0000000000031731f48cefac9c76d03357eece3900edd448b70b47a323787020 0.00 MB 7 0
100,940 100,940 0000000000031ec7d825e76b83c7d41d0f4bfa2aa3f373f45b82b82bb95dec5f 0.00 MB 6 0
100,939 100,939 0000000000022287d01461bdbde359dd31e339c1e8daeba05074db4b90635de8 0.00 MB 13 0
100,938 100,938 0000000000024ab9e2ad8ddcc71dce22c42860c4b7247305627993be1d533908 0.00 MB 7 0
100,937 100,937 00000000000362a0e997c1b82c41bc8178d573a6dce7e2f66636c5bfbfd7f898 0.00 MB 14 0
100,936 100,936 0000000000005ce51c29bb7e9a5e5c6b3bd22d91554bdf247a847e392cb42c03 0.00 MB 13 0
100,935 100,935 000000000003d12f271f454406ba523f827748797cc2c77ec133db5479dda622 0.00 MB 8 0
100,934 100,934 00000000000325cfaf4f0990c45cf413dd49ba349db80d60b166917f65a86ea0 0.00 MB 14 0
100,933 100,933 0000000000029107a1b1336bc6104b32648addab71ab4f813cfd158b484e29d6 0.00 MB 11 0
100,932 100,932 00000000000109700f68abcfe494bde70d382a8d40fd26aec62157d1bf45d4bc 0.00 MB 14 0
100,931 100,931 00000000000062839f7df9de89afeb5e48e7f0e70a46ee8502b7cc792e41cc33 0.00 MB 11 0
100,930 100,930 0000000000034d756c62e877e3d4db917457e53e9779753348cf5f602a7c4498 0.00 MB 13 0
100,929 100,929 0000000000018f8e86bb974f3f2cf35a8c2414acd5682dbb0641cc750d8c6633 0.00 MB 13 0
100,928 100,928 000000000000d2bb22b7f355c9be6909590912b272396e8f9c8b9e2bbb6da715 0.00 MB 13 0
100,927 100,927 000000000000d3b9987a89922a40f6149112f667191c4fcae761ce2d5b7d5349 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,680.99 GB sent, 97.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.