Memory Pool Memory Pool Refreshing

8,812 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (631,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,979 275,979 00000000000000037e316f1460c67a97bc6d9da6401b861ca773c93d62086fd7 0.33 MB 681 44
275,978 275,978 0000000000000002350af4bfbb4b9f20f5b08ce85d234b11e3caa1f5177fbc9c 0.01 MB 32 34
275,977 275,977 00000000000000043c45047ca7dc8bc1f287a70954ede848820bde7dcc23a87a 0.11 MB 253 40
275,976 275,976 0000000000000003c4056ebcaa5be11d09b60037d2a73fdfffd560bb003c5a11 0.10 MB 238 49
275,975 275,975 00000000000000033375d8a3eee79cdbdd1a965b8427bd5ff7a63edcdac09e38 0.51 MB 948 40
275,974 275,974 00000000000000022c76ecda603608cf1e92c276a22582b3f5632bbedcc6fd80 0.50 MB 1,152 48
275,973 275,973 0000000000000000bdc2d95b605a197cb752fbaa3ea5b5faa28555efddf332f3 0.02 MB 46 46
275,972 275,972 00000000000000046cf4629a0a4bd42fecb0b94ea17b67c9fd4c624c15ceb0aa 0.11 MB 274 56
275,971 275,971 000000000000000162afeae63cecccc13e6c556efd619102168ad84ed5973bfc 0.19 MB 376 52
275,970 275,970 0000000000000003bd93cf2242372fc1f57da776cd57b067880cce1ed2e288e9 0.01 MB 28 36
275,969 275,969 00000000000000017328b290927a4515aabfcd619a8025b278cd1066fecaa452 0.07 MB 123 37
275,968 275,968 0000000000000003f9f5e3ad201feb26b2e2bedb6023238368bd911ba903b196 0.02 MB 39 46
275,967 275,967 000000000000000154706831b905da0987e0fd7d149ec199cd85676b09b477a8 0.18 MB 367 67
275,966 275,966 0000000000000003a714a4ba42c5cc4152cebd12352352a78661aa727fa7f6a3 0.05 MB 56 11
275,965 275,965 000000000000000424165fab15ac80615af6bff23a62be7bc63d70dbb0689dde 0.05 MB 121 85
275,964 275,964 00000000000000016381a4f1be8b7b1965c2d3e99a11ed63041e7bf7534b4c06 0.14 MB 341 46
275,963 275,963 000000000000000484b0e566b6ba383a1ffe5dc0c64ef65f54490a38128a0f8d 0.03 MB 88 55
275,962 275,962 000000000000000369b391e569c5cfe0430981157a61296cbf8ba2065730d3dc 0.18 MB 307 40
275,961 275,961 00000000000000002591cdc7cf9f1cc049091dc73a682c4aee9eb817af711648 0.01 MB 33 33
275,960 275,960 0000000000000003f6c835de0fc2d1a90de68dc8c0b16bbe873a7419b03f076c 0.12 MB 244 47
275,959 275,959 00000000000000015a7fef66eeb065d6aa69f88b8ae60c8e2e7a0b6d5a310f62 0.15 MB 319 38
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.