Memory Pool Memory Pool Refreshing

3,717 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (78,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,451 829,451 000000000000000000037646a608b72bbd847c44640820f9437a0f51f1696bdb 1.56 MB 3,421 40
829,450 829,450 000000000000000000031e8730d74cc6718b76b6799e536f8c2558701a8027e7 1.10 MB 714 23
829,449 829,449 00000000000000000001879566df7340b2d3251929abd1dad2606bd888bd4c1f 1.21 MB 1,097 26
829,448 829,448 00000000000000000001c7f598fca145ac1e046648de02ea54c289f92fbe9d69 1.38 MB 1,680 40
829,447 829,447 00000000000000000000fb2ff67e20616e7d86d31a1a16ffbc340369f0ffbebc 1.12 MB 497 22
829,446 829,446 0000000000000000000374134eb2a845a20292086b3bca0ba4a5c734b40e0c98 1.33 MB 1,366 30
829,445 829,445 0000000000000000000360da4fa7d5aa4c11d1fb3410898ce7bdd0ae7f8845c8 1.05 MB 427 22
829,444 829,444 00000000000000000003aa5650651839535056309403f6174ccd9c91f5c28777 1.26 MB 1,425 30
829,443 829,443 0000000000000000000341b9742a5b806ea7088c5056bce2d636fea4c4479dc4 1.61 MB 2,029 27
829,442 829,442 00000000000000000000b1fc5c25e361cf05c31ba611709267fe413f3d294f65 1.63 MB 2,663 41
829,441 829,441 0000000000000000000320c454067e7fde21e616e8690a1192382c3407db98ef 1.48 MB 2,587 66
829,440 829,440 00000000000000000001026879226a8ded0dcbcd813f14be9e15ce37b1097351 1.12 MB 495 23
829,439 829,439 00000000000000000003897393bd21180d7a12af9f6348d4b73b55064c880d7e 1.53 MB 2,667 41
829,438 829,438 0000000000000000000362ebd66ec6b2354e1ac29b4910a006903989444cea1e 1.10 MB 543 28
829,437 829,437 00000000000000000002f2b8399fab80bcc6beaf01d45230ea4a0590f4b33173 1.52 MB 2,204 36
829,436 829,436 00000000000000000002c742a476788301805dbce58a4356b1287ae3ceb674d6 1.18 MB 606 23
829,435 829,435 0000000000000000000085542f8eb892dd4007adeae42b004e5094a300d561e4 1.26 MB 1,122 27
829,434 829,434 00000000000000000001959f1162b7259cf9959f78fba7e009d4ad8045b2c5c4 1.06 MB 254 21
829,433 829,433 000000000000000000013e56d4f596a3c76aeb0bc88ec90eb6914f1d8f64dbc4 1.35 MB 1,137 28
829,432 829,432 00000000000000000002923603cef677f3bc48ebe73ed4eac5521bcd4485dc11 1.05 MB 559 20
829,431 829,431 00000000000000000001d706275aaba9509f0361df168f08a7a5a0a848515ea5 1.36 MB 768 21
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.