Memory Pool Memory Pool Refreshing

6,884 transactions (1.98 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (849,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,921 58,921 0000000003b121385e5cce8c695f44844e9604e703c8d408538a8082f9a9c8aa 0.00 MB 1 0
58,920 58,920 000000000131e6477997bca0d63c5cfb91b11378e6acdc2a7e096e1f5d17a74a 0.00 MB 1 0
58,919 58,919 0000000003d4cd07f86bbd31be03922ce6b0543aa2e28b52a31cf1e75fbe814d 0.00 MB 2 0
58,918 58,918 0000000009b6c26e7254c17ce6ddb55b453d81e97c96ff9151bdad04ef4405a5 0.00 MB 2 0
58,917 58,917 0000000006302e4bebc40c4ecf379fc10f744a92716484948db16a42e5a1dae5 0.00 MB 2 0
58,916 58,916 00000000085381ad2653694221c0965fad941b7b6ade5b339d4d3035c25c6f3e 0.00 MB 1 0
58,915 58,915 000000000321c70a95618bd8c94e4978d9d6427e4ce217d5b98cd1b39a7df443 0.00 MB 1 0
58,914 58,914 000000000d38d129cfbb514d061566751ef8e60cdbf6d88e8436c337b1f51fb4 0.00 MB 3 0
58,913 58,913 000000000ed95445232320c4b8342e63c6d7970c808fbbe79bc1375dbfbaf898 0.00 MB 2 0
58,912 58,912 0000000003169af48e431bb6bc68ae9914615f66a2bf2641616538259d720d82 0.00 MB 2 0
58,911 58,911 000000000547c6541c1200d170805c1f0bd316d2f45de4e323e8edb14dd4da23 0.00 MB 1 0
58,910 58,910 00000000053f5e903ac8e48f44d0875ec243a0414541ae5c3a1790883d8643a8 0.00 MB 1 0
58,909 58,909 00000000016a855eeb112657f0e511b03f6bfbbf9fba763e9caaf72a6806200f 0.00 MB 1 0
58,908 58,908 0000000008a2a6fba28437c78b71313b2422a397c32d350c40bf6df1f119268a 0.00 MB 3 0
58,907 58,907 0000000004596e8c6129183fd923c2a76c893df20c4fcfdd5dfdb25e1ef51778 0.00 MB 1 0
58,906 58,906 0000000003893cc72fb6b6bf4b8f8c6d99791ddd9b894ba8bc2475ddfb506042 0.00 MB 1 0
58,905 58,905 000000000803486bd9951f0205f150f611ea8d144f190c6967dbfdd7f5c2c536 0.00 MB 1 0
58,904 58,904 0000000001254b23f59170aae15f7c88dcec635bf457c600c0a180e9bf8d7ae2 0.00 MB 1 0
58,903 58,903 00000000033653be591808e38bdd43b7d098c0ac36b137bf3f081415c743e9ee 0.00 MB 1 0
58,902 58,902 0000000002045ed06613fa7531341c4346464a8a095c595898a2920b64cfa4ed 0.00 MB 1 0
58,901 58,901 0000000008364f1a6270499c0a15cf3ac38855e09b40d50308b5fd11f26007ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.63 GB sent, 103.75 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.