Memory Pool Memory Pool Refreshing

4,873 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,707 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (439,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,716 468,716 000000000000000000ca45d84c525fb48ddc162bdf793a47bf2d136ad938733c 0.99 MB 2,722 320
468,715 468,715 00000000000000000046e32c52b50ec7d4fa6b9ddbb2588e6dea8f4b0c49f43a 1.00 MB 1,946 376
468,714 468,714 00000000000000000127936df73726f5402d306a485560b3bede6d8ef1f9e031 1.00 MB 2,340 334
468,713 468,713 0000000000000000006b3b306cfa4b77c5222df8e4d1070726a39eea278b53a4 1.00 MB 1,793 364
468,712 468,712 00000000000000000167902406466133a1b7734545a73e5d48602fa76c71bdde 1.00 MB 2,829 376
468,711 468,711 0000000000000000001fd3e65ec3b7f56b24f907034197982ad84462eb29eed9 1.00 MB 2,819 461
468,710 468,710 000000000000000000f3f829eb591d4eb20aa77568aefa1e99715bca598d11f9 1.00 MB 2,392 297
468,709 468,709 00000000000000000118e71a1e217c0a92ea06e66c439434bc26f20badf7f331 1.00 MB 2,522 336
468,708 468,708 000000000000000001b13076e852b1309f28aeb00f75164e9b8959dc399afc89 1.00 MB 2,199 358
468,707 468,707 0000000000000000002f38f62cda5a37f6c9da96d7c2379abae1731dea161416 1.00 MB 2,231 326
468,706 468,706 000000000000000000502d4bf290ee02f7ee7133032753a51fbde3953691e63f 1.00 MB 2,367 358
468,705 468,705 000000000000000000001f342d73af330dcf811776b6995d35096ffaef4c214d 1.00 MB 1,723 357
468,704 468,704 000000000000000000ad2ed0ec96ae05d32ce2ecafebfd47dddc171498ba43fc 0.99 MB 2,759 370
468,703 468,703 000000000000000001d760b81b85fc7ff654a96addfcd10483798451a66f58ac 1.00 MB 3,133 441
468,702 468,702 000000000000000000b14550d29cd1de35a38a21c69fdeeec8bf98911a081f00 1.00 MB 1,492 202
468,701 468,701 000000000000000000a61888d8cadf73a309ec8b79b3471e800381ce921484bf 1.00 MB 2,189 298
468,700 468,700 00000000000000000161d35a9e8a8adf49abb97ed355c5a5ab27641102230ee1 1.00 MB 2,794 388
468,699 468,699 0000000000000000007a60aceb324fb4d03f37d3c036f24353dbdb8de142db3f 1.00 MB 1,996 307
468,698 468,698 0000000000000000000d96bff47020359bbe965780b6363d075b6fd5ce2258fc 1.00 MB 2,143 307
468,697 468,697 000000000000000001214c8769a3685b43fad569707b20e6b87bee7f531e0dcd 1.00 MB 2,355 400
468,696 468,696 000000000000000000fa7fd4d6e15a5a990eaa18afe6a845dbb5708652bce80e 1.00 MB 2,659 344
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.