Memory Pool Memory Pool Refreshing

2,219 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (503,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,086 404,086 000000000000000005184f37880b0cb81223df43110511d03c6bb8e74997f4fd 1.00 MB 2,463 53
404,085 404,085 0000000000000000044ff00079a752a81c78f593aaaca0b86d0dc69a5f6f932d 0.75 MB 1,615 55
404,084 404,084 000000000000000003e2ea2d7bd738ba48eb8dd2b5bfc7690c9578a4871624fc 0.53 MB 1,157 39
404,083 404,083 000000000000000004740090b8fad58dbf02a554214464afbb96ed7f085276c2 0.99 MB 2,325 42
404,082 404,082 00000000000000000228171ce1599aa8bb5ae93e7a7c7366fd0e195517db8fc4 0.82 MB 1,106 24
404,081 404,081 000000000000000000984db96d6cf8dc29ea92a8ec88987e741ba00ac4f49406 1.00 MB 2,063 27
404,080 404,080 0000000000000000057437da4b3bcc0ec981ab7b55092d5af80029e6a9e2e4ba 1.00 MB 2,091 50
404,079 404,079 0000000000000000018914d196c226a0f8c38fa209feaa364de7ad3bc2e69036 0.93 MB 3,164 72
404,078 404,078 000000000000000003745bec1040678aae0b2941f73c5aa7e41bdf216f1ae3bc 0.29 MB 579 42
404,077 404,077 000000000000000003771c53f3850c8b83dc87df35c38fd7472d86e4d2208964 0.58 MB 1,360 40
404,076 404,076 0000000000000000005a2d44d7aeeb5bd0ddf93242e8c35dee60a7bd624fb2db 0.62 MB 811 35
404,075 404,075 0000000000000000039612a8989124ffd55dad06c00cde6717e019955d274740 0.21 MB 303 30
404,074 404,074 00000000000000000217907ef69c986feab010c44004c504f30eadc852d34f32 0.05 MB 102 32
404,073 404,073 00000000000000000166f680002c5787d06a2fa5cb687ee4bca8907cd0795933 0.63 MB 1,115 31
404,072 404,072 000000000000000000d9293caa86d7fbdff14949113bc06be43e3be81cff9c97 0.99 MB 2,151 42
404,071 404,071 0000000000000000019009b19b950b9dea644f0008e7a5001c56a26ec6e4d426 0.31 MB 487 30
404,070 404,070 000000000000000004a49ec6a44a7e56a4b895b28f00701a93a000000cc6b0b9 0.91 MB 1,826 37
404,069 404,069 0000000000000000065b4f76ff809bc91c9b335c530b46706f5c6dbba0f39c0f 0.21 MB 414 42
404,068 404,068 000000000000000004042a82c8dfa7f82251068d7c74e8fa6986257706a5d4a7 0.82 MB 1,057 24
404,067 404,067 00000000000000000315ba23bf1858cd774559fd8ce507085d7106043023233d 1.00 MB 1,897 31
404,066 404,066 00000000000000000194ff157daa78234a01cc258e8dd51229612fa68b935e3f 0.93 MB 1,695 38
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.91 GB sent, 93.18 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.