Memory Pool Memory Pool Refreshing

17,532 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,081 907,081 00000000000000000000a97135ee96e37f0b0db44d5f792635735de42cf4af0b 1.80 MB 5,105 0
907,080 907,080 0000000000000000000039fc66c886171659cc5dc53d4720b36463c2e7f7c634 1.67 MB 4,306 1
907,079 907,079 00000000000000000001711b66e1a11ddc9275361655961e9a22497554341601 1.91 MB 1,251 2
907,078 907,078 0000000000000000000016bbcf84ea4db3e85429c2421b91bb1d7ebea1229f13 1.96 MB 1,341 4
907,077 907,077 00000000000000000000185bf36e32bf220305272b1eb8c70bc14b4841b8bc5a 1.54 MB 2,449 6
907,076 907,076 00000000000000000001efa1c112f6a41affd09cf510202b62a28b81570e36b2 1.78 MB 1,645 2
907,075 907,075 000000000000000000014c80f95222c534b7096443229b695811826e38ed09e9 1.64 MB 3,485 9
907,074 907,074 00000000000000000001db4e5b6f9c41321c1b144a12bd250e626fb421b5242a 1.61 MB 3,353 9
907,073 907,073 00000000000000000001c0e765525d339a23ed8b02591062f7314eb5e081a506 0.45 MB 1,004 5
907,072 907,072 000000000000000000013559958a372eb96e1129783bbdd235429018c660958d 1.76 MB 4,706 2
907,071 907,071 000000000000000000008cf1a134441a3a5ef64c95d0859c402df958ab88cc22 1.71 MB 4,140 4
907,070 907,070 0000000000000000000181a297fafeaa17ec7c6ce5e3d882d0537d3a824266e5 1.35 MB 2,345 7
907,069 907,069 0000000000000000000020f4af2fbccb008ecd0482f9772da1d5a6913dffa540 1.74 MB 2,954 2
907,068 907,068 0000000000000000000207926534aabb9ceb879e9624e696e9db23860ea97db9 1.55 MB 3,428 9
907,067 907,067 00000000000000000000bcd4dfc8fc2a71733a6815c0ccbb978ca771af398028 1.59 MB 2,081 5
907,066 907,066 00000000000000000000d005f5d07cf6518cbc50a9d929b0169cfdd76a927350 0.13 MB 83 3
907,065 907,065 0000000000000000000033cb7004750a1e8abdf004ca77648183f0dcc7831867 1.68 MB 3,022 5
907,064 907,064 000000000000000000022d5fde5f8b2ac2849b93cc0a1187fb46c655d893945a 0.45 MB 466 0
907,063 907,063 000000000000000000016c7430239cf77e4ba13d09dfd605f00f3626652a775a 1.32 MB 2,229 6
907,062 907,062 00000000000000000001bb2016402b5a27c34d5eef5b6a40932e3bccfd5a9875 1.04 MB 1,434 4
907,061 907,061 000000000000000000002085e8df5ee1cb2bd8f82c849f52ab0833d89311fe73 1.27 MB 1,994 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.